0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🐛 Fixed problem with enter key shortcut

This commit is contained in:
alonso.torres 2021-03-24 17:20:07 +01:00 committed by Andrey Antukh
parent 727d6b78ce
commit b534f5b736
2 changed files with 2 additions and 2 deletions

View file

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

View file

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