aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/find.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/find.ts')
-rw-r--r--src/webview/find.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webview/find.ts b/src/webview/find.ts
index 0665d9670..ead818b07 100644
--- a/src/webview/find.ts
+++ b/src/webview/find.ts
@@ -24,4 +24,8 @@ export default class FindInPage extends ElectronFindInPage {
24 constructor(options = {}) { 24 constructor(options = {}) {
25 super(webContentsShim, options); 25 super(webContentsShim, options);
26 } 26 }
27
28 openFindWindow() {
29 super.openFindWindow();
30 }
27} 31}