mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Code cleaning service
This commit is contained in:
parent
0d8a3d61eb
commit
16283112b3
3 changed files with 3 additions and 7 deletions
|
@ -76,7 +76,7 @@
|
|||
*/
|
||||
deselect() {
|
||||
this.selected = false;
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -471,7 +471,7 @@
|
|||
*/
|
||||
'song:selection-clear': function () {
|
||||
this.clearSelection();
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -37,10 +37,6 @@
|
|||
};
|
||||
},
|
||||
|
||||
watch: {
|
||||
|
||||
},
|
||||
|
||||
methods: {
|
||||
/**
|
||||
* Navigate down the result list.
|
||||
|
@ -136,7 +132,7 @@
|
|||
if (elemRect.bottom > containerRect.bottom || elemRect.top < containerRect.top) {
|
||||
elem.scrollIntoView(alignTop);
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue