horizon-games / remix-app

Ethereum Remix Solidity IDE, electron edition
195 stars 41 forks source link

Updated electron dependencies + bug fix #9

Closed acrylix closed 6 years ago

acrylix commented 6 years ago

Upgraded dependencies:

Bug-fix for app window not closing on remix-live flavored remix distribution:

After chrome 51, onbeforeunload dialog behaviors have changed on browser, current electron cannot properly handle the type of alert this produces, preventing the app window to close on any 'close' event. More Info

We can also perhaps implement a confirmation dialogue via electron's own dialog component to warn users from inadvertently losing data. However, this feature was not present on previous remix-app releases.

4 #7