mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
implement clearing search input on start typing
+ rename pages folder to fetch in composables folder
This commit is contained in:
@@ -3,7 +3,7 @@ import useQStore from "@/stores/queue";
|
||||
let key_down_fired = false;
|
||||
|
||||
function focusSearchBox() {
|
||||
const elem = document.getElementById("search");
|
||||
const elem = document.getElementById("globalsearch");
|
||||
|
||||
elem.focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user