🐛 Fix tabindex error (#10780)

This commit is contained in:
Belén Albeza 2026-07-22 16:31:20 +02:00 committed by GitHub
parent ef3511e519
commit 7b9896ab32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)}