mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 15:25:59 +00:00
events work in electron IPC
This commit is contained in:
@@ -41,7 +41,7 @@ class ElectronApi {
|
||||
}
|
||||
|
||||
removeEventListener(channel: string, listener: Function) {
|
||||
this.ipcRenderer.removeEventListener(channel, listener);
|
||||
this.ipcRenderer.removeListener(channel, listener);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user