В PageScroller добавлены кнопки "в начало", "в конец"

This commit is contained in:
Book Pauk
2022-09-22 16:10:20 +07:00
parent 88a7e53114
commit 567d0bc28e
3 changed files with 34 additions and 6 deletions

View File

@@ -318,10 +318,6 @@ class Search {
created() {
this.commit = this.$store.commit;
/*this.refresh = _.debounce(() => {
this.refreshDebounced();
}, 1000);*/
this.loadSettings();
}