ref: mouse-osx 替换为 iohook

This commit is contained in:
muwoo
2021-07-07 13:46:45 +08:00
parent 5555275280
commit f9b0177c00
11 changed files with 134 additions and 66 deletions

View File

@@ -205,7 +205,6 @@ const actions = {
...options,
...(fileLists.filter(plugin => plugin.name.indexOf(value) >= 0)).map(plugin => {
plugin.click = () => {
console.log(plugin)
actions.openPlugin({commit}, {plugin});
}
return plugin