mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-11 05:34:34 +00:00
ShowOpenDialogAsync causing duplicate windows #837
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 @DatReki on GitHub (Jan 2, 2023).
Originally assigned to: @GregorBiswanger on GitHub.
When making an application I ran into the issue where every time I revisited the page with a
ShowOpenDialogAsyncfunction tied to a button it would open an additional instance of the dialog.Using .Net 5, ElectronNET.API v13.5.1 & Node.JS v16.18.1.
I've reduced the issue to the basics and made a separate repository.