Убрал лишний код

This commit is contained in:
Book Pauk
2022-12-14 19:22:13 +07:00
parent 29b40bc91d
commit 0ee373c1f3
6 changed files with 4 additions and 33 deletions

View File

@@ -115,7 +115,7 @@ class UserHotKeys {
}
updateTableData() {
let result = rstore.hotKeys.map(hk => hk.name).filter(name => (this.mode == 'liberama.top' || name != 'libs'));
let result = rstore.hotKeys.map(hk => hk.name);
const search = this.search.toLowerCase();
const codesIncludeSearch = (action) => {