diff --git a/frontend/src/app/main/ui/workspace/top_toolbar.cljs b/frontend/src/app/main/ui/workspace/top_toolbar.cljs index 819f41b80c..a529d33003 100644 --- a/frontend/src/app/main/ui/workspace/top_toolbar.cljs +++ b/frontend/src/app/main/ui/workspace/top_toolbar.cljs @@ -337,7 +337,7 @@ (when-not ^boolean read-only? [:div {:role "toolbar" :aria-label (tr "workspace.toolbar.label") - :tabindex "0" + :tab-index "0" :class (stl/css-case :toolbar true :no-rulers (not rulers-enabled) :hidden toolbar-hidden)}