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 f1f2923 commit a9e84ffCopy full SHA for a9e84ff
src/main/window-manager.js
@@ -137,6 +137,8 @@ var createWindow = module.exports.create = function(opts) {
137
}
138
});
139
140
+ _loading.webContents.on('will-navigate', (evt) => evt.preventDefault());
141
+
142
_loading.on('move', () => {
143
const position = _loading.getPosition();
144
_window.setPosition(position[0], position[1]);
0 commit comments