mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #26310 from overleaf/mj-history-view-cut-off
[web] Editor redesign: Avoid cutting off history view GitOrigin-RevId: ecffc404ef6c210c852edd13c99b742545b73b32
This commit is contained in:
committed by
Copybot
parent
d2e784e11c
commit
819cd85a0e
@@ -56,6 +56,9 @@ export default function MainLayout() {
|
||||
<PanelGroup
|
||||
autoSaveId="ide-redesign-editor-and-pdf-panel-group"
|
||||
direction="horizontal"
|
||||
className={classNames({
|
||||
hidden: view === 'history',
|
||||
})}
|
||||
>
|
||||
<Panel
|
||||
id="ide-redesign-editor-panel"
|
||||
|
||||
Reference in New Issue
Block a user