From 1f9b579ecd2a615314842a6f43fc191572fd0141 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Thu, 23 Sep 2021 15:45:40 -0400 Subject: [PATCH] Add TODO. --- lib/page-with-shareable-state.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/page-with-shareable-state.tsx b/lib/page-with-shareable-state.tsx index 2f9a112..8ff1da5 100644 --- a/lib/page-with-shareable-state.tsx +++ b/lib/page-with-shareable-state.tsx @@ -50,6 +50,9 @@ const DeserializationErrorModal: React.FC = () => { if (!show) return null; + // TODO: This isn't accessible at all; it ought to trap keyboard focus, + // disappear when the user presses ESC, and so on. + return (