🐛 Fix problem with dashboard multiple selection (#5836)

This commit is contained in:
Alonso Torres 2025-02-12 14:34:05 +01:00 committed by GitHub
parent 51f924a5e1
commit ceb90cd9e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 1 deletions

View file

@ -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)