mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 14:56:43 +02:00
🐛 Backport some fixes from staging
This commit is contained in:
parent
45f9d5bb81
commit
4ee2ca2a33
1 changed files with 2 additions and 2 deletions
|
@ -728,7 +728,7 @@
|
|||
(watch [_ state _]
|
||||
(let [selected (wsh/lookup-selected state)
|
||||
hover-guides (get-in state [:workspace-guides :hover])
|
||||
options-mode (get-in state [:workspace-local :options-mode])]
|
||||
options-mode (get-in state [:workspace-global :options-mode])]
|
||||
(cond
|
||||
(and (= options-mode :prototype) (d/not-empty? selected))
|
||||
(rx/of (dwi/remove-interactions selected))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue