提交 fffc6c3b 编写于 作者: J Joao Moreno

fix bad reload call

上级 c22eeb00
......@@ -68,7 +68,7 @@ export class Driver implements IDriver, IWindowDriverRegistry {
const window = this.windowsService.getWindowById(windowId);
this.reloadingWindowIds.add(windowId);
window.reload();
this.windowsService.reload(window);
}
async dispatchKeybinding(windowId: number, keybinding: string): TPromise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册