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

🐛 Fix unexpected internal error on press enter.

This commit is contained in:
Andrey Antukh 2021-03-26 23:38:47 +01:00
parent aa866bbe13
commit cc92e4be75

View file

@ -1113,7 +1113,8 @@
:path :path
(rx/of (dwc/start-edition-mode id) (rx/of (dwc/start-edition-mode id)
(dwdp/start-path-edit id)) (dwdp/start-path-edit id))
:else (rx/empty))))))))
(rx/empty))))))))
;; --- Change Page Order (D&D Ordering) ;; --- Change Page Order (D&D Ordering)