mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 15:21:18 -05:00
🐛 Fixed problem with enter key shortcut
This commit is contained in:
parent
727d6b78ce
commit
b534f5b736
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
- Fix issue with rotated blur [Taiga #1370](https://tree.taiga.io/project/penpot/issue/1370)
|
||||
- Fix issue with rotation degree input [#741](https://github.com/penpot/penpot/issues/741)
|
||||
- Fix issue with system shortcuts and application [#737](https://github.com/penpot/penpot/issues/737)
|
||||
|
||||
- Fix problem with enter key shortcut [#775](https://github.com/penpot/penpot/issues/775)
|
||||
|
||||
### :arrow_up: Deps updates
|
||||
|
||||
|
|
|
@ -1021,7 +1021,7 @@
|
|||
:group
|
||||
(rx/of (dwc/select-shapes (into (d/ordered-set) [(last shapes)])))
|
||||
|
||||
:else (rx/empty))))))))
|
||||
(rx/empty))))))))
|
||||
|
||||
|
||||
;; --- Change Page Order (D&D Ordering)
|
||||
|
|
Loading…
Add table
Reference in a new issue