mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Error on reloading a window after a second window is closed #760
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dlitty on GitHub (Feb 17, 2022).
electronize startwill reproduceUsing the latest Electron.NET API & CLI: if an application has two windows open, then one of them is closed, and you call Reload() on the first one, an error occurs:
Steps to Reproduce:
Task.Run(async () => await Electron.WindowManager.CreateWindowAsync());, use:Alternatively, comment out the Close and Reload lines, and manually close one window and hit Cmd-R on the other.