From 183d9facd580fdadc63dbd8f5ced00b84bb28beb Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 8 Dec 2023 09:37:19 +0000 Subject: [PATCH] Hide PDF pane while resizing (#16124) GitOrigin-RevId: c2003e91b5b5a3cf6af073329aff6618e060018c --- .../js/features/ide-react/components/editor-and-pdf.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/ide-react/components/editor-and-pdf.tsx b/services/web/frontend/js/features/ide-react/components/editor-and-pdf.tsx index 199cc8e238..e0a6934f2c 100644 --- a/services/web/frontend/js/features/ide-react/components/editor-and-pdf.tsx +++ b/services/web/frontend/js/features/ide-react/components/editor-and-pdf.tsx @@ -37,7 +37,13 @@ export const EditorAndPdf: FC<{ view === 'editor' || view === 'file' || pdfLayout === 'sideBySide' return ( - + {/* main */} {editorIsOpen && ( <>