From 7b9896ab3281da93dea57f5ab5a1cf42a8fcb974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Wed, 22 Jul 2026 16:31:20 +0200 Subject: [PATCH] :bug: Fix tabindex error (#10780) --- frontend/src/app/main/ui/workspace/top_toolbar.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}