mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix clicking twice outside context menu to hide
This commit is contained in:
committed by
Mungai Njoroge
parent
823b52fc04
commit
39fd43aff0
@@ -18,7 +18,7 @@ export default defineStore("context-menu", {
|
||||
state: () => ({
|
||||
visible: false,
|
||||
options: {} as Option[],
|
||||
src: <null | string>"",
|
||||
src: <null | ContextSrc>"",
|
||||
elem: <HTMLElement | null>null,
|
||||
}),
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user