Fix double submenu in settings (#10196)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2025-11-07 14:28:57 +07:00
committed by GitHub
parent 5862026002
commit 9476b22c33
@@ -187,6 +187,8 @@
hovered={hovered === attr._id}
{attributeMapper}
on:contextmenu={async (event) => {
event.stopPropagation()
event.preventDefault()
void showMenu(event, attr)
}}
on:click={async () => {