We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaefd3a commit b99bde9Copy full SHA for b99bde9
1 file changed
emain/emain-tabview.ts
@@ -165,9 +165,6 @@ export class WaveTabView extends WebContentsView {
165
removeWaveTabView(this.waveTabId);
166
this.isDestroyed = true;
167
});
168
- this.webContents.on("zoom-changed", (_event, _zoomDirection) => {
169
- this.webContents.send("zoom-factor-change", this.webContents.getZoomFactor());
170
- });
171
this.setBackgroundColor(computeBgColor(fullConfig));
172
}
173
0 commit comments