mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Fix unexpected internal error on press enter.
This commit is contained in:
parent
aa866bbe13
commit
cc92e4be75
1 changed files with 2 additions and 1 deletions
|
@ -1113,7 +1113,8 @@
|
|||
:path
|
||||
(rx/of (dwc/start-edition-mode id)
|
||||
(dwdp/start-path-edit id))
|
||||
:else (rx/empty))))))))
|
||||
|
||||
(rx/empty))))))))
|
||||
|
||||
|
||||
;; --- Change Page Order (D&D Ordering)
|
||||
|
|
Loading…
Add table
Reference in a new issue