We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1ed2b commit 33e30d6Copy full SHA for 33e30d6
main.ts
@@ -30,7 +30,7 @@ export default class MouseWheelZoomPlugin extends Plugin {
30
async onload() {
31
await this.loadSettings();
32
this.registerEvent(
33
- this.app.workspace.on("window-open", (newWindow: WorkspaceWindow) => this.registerEvents(newWindow.win));
+ this.app.workspace.on("window-open", (newWindow: WorkspaceWindow) => this.registerEvents(newWindow.win))
34
);
35
this.registerEvents(window);
36
0 commit comments