mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
fix clicking twice outside context menu to hide
This commit is contained in:
committed by
Mungai Njoroge
parent
823b52fc04
commit
39fd43aff0
@@ -44,6 +44,8 @@ onClickOutside(contextMenu, (e) => {
|
||||
e.stopImmediatePropagation();
|
||||
clickCount = 0;
|
||||
}
|
||||
}, {
|
||||
capture: false
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user