Hey jprichardson,
I've been utilizing your package on an app that I've been developing, though I've run into an issue when trying to add a dialog that prompts the user if there are unsaved changes in a window.
I've managed to get everything working properly by adding the logic to close event listener, though it appears that at that point electron-window has already removed the window reference.
Is there a way to preserve the reference until after the close event is emitted or restore the window reference without creating a totally new window?
Hey jprichardson,
I've been utilizing your package on an app that I've been developing, though I've run into an issue when trying to add a dialog that prompts the user if there are unsaved changes in a window.
I've managed to get everything working properly by adding the logic to
closeevent listener, though it appears that at that point electron-window has already removed the window reference.Is there a way to preserve the reference until after the
closeevent is emitted or restore the window reference without creating a totally new window?