fix clicking twice outside context menu to hide

This commit is contained in:
geoffrey45
2022-10-14 17:53:28 +03:00
committed by Mungai Njoroge
parent 823b52fc04
commit 39fd43aff0
4 changed files with 19 additions and 7 deletions
+2
View File
@@ -44,6 +44,8 @@ onClickOutside(contextMenu, (e) => {
e.stopImmediatePropagation();
clickCount = 0;
}
}, {
capture: false
});
</script>