🐛 Fix snap nodes shortcut

This commit is contained in:
Eva Marco 2025-06-19 14:01:15 +02:00
parent 86e36061fb
commit 909838c8c4
2 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,7 @@ on-premises instances** that want to keep up to date.
- Fix gap on radio-buttons component [Taiga #11360](https://tree.taiga.io/project/penpot/issue/11360)
- Fix button width [Taiga #11394](https://tree.taiga.io/project/penpot/issue/11394)
- Fix mixed letter spacing and line height [Taiga #11178](https://tree.taiga.io/project/penpot/issue/11178)
- Fix snap nodes shortcut [Taiga #11054](https://tree.taiga.io/project/penpot/issue/11054)
## 2.7.2

View File

@ -73,7 +73,8 @@
:fn #(st/emit! (drp/make-curve))}
:snap-nodes {:tooltip (ds/meta "'")
:command (ds/c-mod "'")
;;https://github.com/ccampbell/mousetrap/issues/85
:command [(ds/c-mod "'") (ds/c-mod "219")]
:subsections [:path-editor]
:fn #(st/emit! (drp/toggle-snap))}