diff --git a/src/main/frontend/components/shortcut.cljs b/src/main/frontend/components/shortcut.cljs index 22358b8058..bc57ab7fb8 100644 --- a/src/main/frontend/components/shortcut.cljs +++ b/src/main/frontend/components/shortcut.cljs @@ -181,5 +181,5 @@ (shortcut-table :shortcut.category/block-selection true) (shortcut-table :shortcut.category/formatting true) (shortcut-table :shortcut.category/toggle true) - (shortcut-table :shortcut.category/whiteboard true) + (when (state/enable-whiteboards?) (shortcut-table :shortcut.category/whiteboard true)) (shortcut-table :shortcut.category/others true)])