mirror of
https://github.com/penpot/penpot.git
synced 2026-07-23 06:28:14 +00:00
🐛 Fix tabindex error (#10780)
This commit is contained in:
parent
ef3511e519
commit
7b9896ab32
@ -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)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user