mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix problem with menu and proportional scaling
This commit is contained in:
parent
47a4c6b0c1
commit
582ae6a850
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
|||
:on-key-down (fn [event]
|
||||
(when (kbd/enter? event)
|
||||
(toggle-flag event)))
|
||||
:data-test "scale.-text"
|
||||
:data-test "scale-text"
|
||||
:id "file-menu-scale-text"}
|
||||
[:span {:class (stl/css :item-name)}
|
||||
(if (contains? layout :scale-text)
|
||||
|
|
Loading…
Reference in a new issue