diff --git a/apps/client/src/layouts/desktop_layout.tsx b/apps/client/src/layouts/desktop_layout.tsx index 83e90f859..c6de2f3bc 100644 --- a/apps/client/src/layouts/desktop_layout.tsx +++ b/apps/client/src/layouts/desktop_layout.tsx @@ -130,6 +130,7 @@ export default class DesktopLayout { .child(new TabRowWidget()) .optChild(customTitleBarButtons, ) .css("height", "40px")) + .optChild(isNewLayout, ) .child( new FlexContainer("row") .filling() @@ -140,7 +141,6 @@ export default class DesktopLayout { .filling() .collapsible() .id("center-pane") - .optChild(isNewLayout, ) .child( new SplitNoteContainer(() => new NoteWrapperWidget()