I currently have an Electron application in place. It utilizes Bootstrap v4, Electron v2, as well as other node modules.
One concern I am facing is related to a button that triggers an Electron dialog box where users can select a folder. Upon selecting the folder, my application's BrowserWindow seems to refresh automatically, which is not the desired behavior.
To replicate this issue and demonstrate the problem, I have created a test case. If you would like to review it, please visit the following repository:
https://bitbucket.org/renegadeandy/electron-dialog-problem/src/master/