mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
rewrite recommendation component with script setup
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ const queue = useQStore();
|
||||
const app_dom = document.getElementById("app");
|
||||
|
||||
queue.readQueue();
|
||||
useShortcuts(queue);
|
||||
useShortcuts(useQStore);
|
||||
|
||||
app_dom.addEventListener("click", (e) => {
|
||||
if (context_store.visible) {
|
||||
|
||||
Reference in New Issue
Block a user