mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 00:36:11 +02:00
🐛 Fix problem with dashboard multiple selection (#5836)
This commit is contained in:
parent
51f924a5e1
commit
ceb90cd9e0
2 changed files with 28 additions and 1 deletions
|
@ -333,7 +333,7 @@
|
|||
|
||||
on-context-menu
|
||||
(mf/use-fn
|
||||
(mf/deps is-library-view)
|
||||
(mf/deps on-menu-click is-library-view)
|
||||
(fn [event]
|
||||
(dom/stop-propagation event)
|
||||
(dom/prevent-default event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue