fix: icon8s 搜索

This commit is contained in:
fofolee
2021-03-02 11:40:56 +08:00
parent a713fb2072
commit 5d012b6238
10 changed files with 64 additions and 38 deletions

View File

@@ -371,7 +371,7 @@ let clearAll = () => {
let importDefaultCommands = () => {
let defaultCommands = window.getDefaultCommands()
Object.values(defaultCommands).forEach(async d => {
await qcfeatures.importCommand(d)
await importCommand(d)
})
}
@@ -452,4 +452,5 @@ $("#options").on('click', '.sidebar li', function() {
export default {
showFeatureList,
locateToFeature,
importDefaultCommands
}