diff --git a/apps/web/src/components/editor/action-bar.tsx b/apps/web/src/components/editor/action-bar.tsx index 47236443d..f3022f294 100644 --- a/apps/web/src/components/editor/action-bar.tsx +++ b/apps/web/src/components/editor/action-bar.tsx @@ -114,6 +114,7 @@ export function EditorActionBar() { activeSession.type !== "new" && activeSession.type !== "readonly" && activeSession.type !== "locked" && + activeSession.type !== "diff" && !isFocusMode, onClick: () => useEditorStore.getState().toggleProperties() }