mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
move loader to search bar
This commit is contained in:
@@ -107,6 +107,12 @@ setTimeout(() => {
|
||||
});
|
||||
}, 1000);
|
||||
|
||||
window.addEventListener('keyup', (e) => {
|
||||
if (e.code) {
|
||||
console.log(e.code);
|
||||
}
|
||||
});
|
||||
|
||||
export default {
|
||||
putCommas,
|
||||
readQueue,
|
||||
|
||||
Reference in New Issue
Block a user