mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Fix double submenu in settings (#10196)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -187,6 +187,8 @@
|
||||
hovered={hovered === attr._id}
|
||||
{attributeMapper}
|
||||
on:contextmenu={async (event) => {
|
||||
event.stopPropagation()
|
||||
event.preventDefault()
|
||||
void showMenu(event, attr)
|
||||
}}
|
||||
on:click={async () => {
|
||||
|
||||
Reference in New Issue
Block a user