mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
update interfaces to use the updated property names
+ misc changes related to moving to sqlite
This commit is contained in:
committed by
Mungai Njoroge
parent
881adc0f88
commit
f3c4f0310a
+5
-12
@@ -55,19 +55,12 @@ export default defineStore("context-menu", {
|
||||
},
|
||||
},
|
||||
],
|
||||
onFirstUpdate: () => {
|
||||
this.visible = true;
|
||||
this.src = src;
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
this.visible = true;
|
||||
this.src = src;
|
||||
|
||||
// const xy = normalize(e.clientX, e.clientY);
|
||||
|
||||
// this.x = xy.normalX;
|
||||
// this.y = xy.normalY;
|
||||
|
||||
// this.normalizedX = xy.normalizedX;
|
||||
// this.normalizedY = xy.normalizedY;
|
||||
})
|
||||
},
|
||||
hideContextMenu() {
|
||||
this.visible = false;
|
||||
|
||||
Reference in New Issue
Block a user