mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-12 08:01:26 +08:00
🐛 Fix: correct inputbox value && remove listener
This commit is contained in:
@@ -115,6 +115,7 @@ export default class extends Vue {
|
||||
}
|
||||
}
|
||||
beforeDestroy () {
|
||||
this.$bus.$off(SHOW_INPUT_BOX_RESPONSE)
|
||||
ipcRenderer.removeAllListeners('uploadProgress')
|
||||
ipcRenderer.removeAllListeners('syncPicBed')
|
||||
ipcRenderer.removeListener('getPicBeds', this.getPicBeds)
|
||||
|
||||
Reference in New Issue
Block a user