去掉 temporaryStore

This commit is contained in:
fofolee
2022-04-19 21:46:05 +08:00
parent 6cfd054767
commit 015513ec45
4 changed files with 14 additions and 27 deletions

View File

@@ -188,19 +188,6 @@ if (process.platform == 'win32') quickcommand.runVbs = function(script) {
})
}
window.temporaryStore = {
listeners: {}
}
window.temporaryStoreSoldOut = () => {
_.forIn(temporaryStore.listeners, (listener, key) => {
document.removeEventListener(...listener)
})
window.temporaryStore = {
listeners: {}
}
}
// python -c
window.runPythonCommand = py => {
try {