Skip to content

Commit e4b3108

Browse files
committed
fixup! ✨(frontend) adds f2 shortcut using a fakenode since it's outside the treeview struct
1 parent 3a477ae commit e4b3108

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-tree/components

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-tree/components/DocTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const DocTree = ({ currentDoc }: DocTreeProps) => {
287287
opacity: 1;
288288
}
289289
}
290-
/* Retirer le focus visuel du root item quand le focus est sur les actions */
290+
/* Remove visual focus from the root item when focus is on the actions */
291291
&:has(.doc-tree-root-item-actions *:focus) {
292292
box-shadow: none !important;
293293
}

0 commit comments

Comments
 (0)