mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
Hide PDF pane while resizing (#16124)
GitOrigin-RevId: c2003e91b5b5a3cf6af073329aff6618e060018c
This commit is contained in:
@@ -37,7 +37,13 @@ export const EditorAndPdf: FC<{
|
||||
view === 'editor' || view === 'file' || pdfLayout === 'sideBySide'
|
||||
|
||||
return (
|
||||
<PanelGroup autoSaveId="ide-editor-pdf-layout" direction="horizontal">
|
||||
<PanelGroup
|
||||
autoSaveId="ide-editor-pdf-layout"
|
||||
direction="horizontal"
|
||||
className={classNames({
|
||||
'ide-panel-group-resizing': resizing,
|
||||
})}
|
||||
>
|
||||
{/* main */}
|
||||
{editorIsOpen && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user