From b534f5b736f1d1f75b7eee95314764ede99a12ff Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 24 Mar 2021 17:20:07 +0100 Subject: [PATCH] :bug: Fixed problem with enter key shortcut --- CHANGES.md | 2 +- frontend/src/app/main/data/workspace.cljs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)