Add webContents listeners to modals (#2247)
* Add webContents listeners to modals * Fix tests
This commit is contained in:
@@ -277,7 +277,7 @@ export class ViewManager {
|
||||
log.error(`Couldn't find a view with the name ${viewName}`);
|
||||
return;
|
||||
}
|
||||
WebContentsEventManager.addWebContentsEventListeners(view, this.getServers);
|
||||
WebContentsEventManager.addMattermostViewEventListeners(view, this.getServers);
|
||||
}
|
||||
|
||||
finishLoading = (server: string) => {
|
||||
|
Reference in New Issue
Block a user