🐛 Fix assets right click button for multiple selection

This commit is contained in:
alonso.torres 2023-07-12 13:36:28 +02:00 committed by Andrés Moya
parent 53b4c6383b
commit b1f0d09501
2 changed files with 3 additions and 2 deletions

View file

@ -451,7 +451,7 @@
on-context-menu
(mf/use-fn
(mf/deps component-id)
(mf/deps on-context-menu component-id)
(partial on-context-menu component-id))]
[:div {:ref item-ref
@ -873,7 +873,7 @@
on-context-menu
(mf/use-fn
(mf/deps object-id)
(mf/deps on-context-menu object-id)
(partial on-context-menu object-id))
on-asset-click