diff --git a/CHANGES.md b/CHANGES.md index d47f02e45..dfb28ece0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/frontend/src/app/main/data/workspace.cljs b/frontend/src/app/main/data/workspace.cljs index cff48386b..61b51eebb 100644 --- a/frontend/src/app/main/data/workspace.cljs +++ b/frontend/src/app/main/data/workspace.cljs @@ -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)