mirror of
https://github.com/penpot/penpot.git
synced 2025-04-08 21:11:22 -05:00
🐛 Eva Fix context menu for viewer role (#6159)
This commit is contained in:
parent
3d16fa6f19
commit
f55e0bf6e3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
|||
(fn [event]
|
||||
(dom/prevent-default event)
|
||||
(dom/stop-propagation event)
|
||||
(when-not is-editing
|
||||
(when (and can-edit? (not is-editing))
|
||||
(st/emit! (dt/assign-token-set-context-menu
|
||||
{:position (dom/get-client-position event)
|
||||
:is-group true
|
||||
|
|
Loading…
Add table
Reference in a new issue