Found a solution in the Git link! https://github.com/electron/electron/issues/10572#issuecomment-500837291
Things are back to normal now. Phew.
- Quit Wappler from taskbar.
- Go to
C:\Users\xxx\AppData\Roaming\Wappler
. - Open the
Preferences
file in any text editor. - You should see something like
{"partition":{"per_host_zoom_levels":{"5292133730501929828":{"somethinghere": 33.0}}},"spellcheck":{"dictionaries":["en-US"],"dictionary":""}}
Change it to:
{"partition":{"per_host_zoom_levels":{"5292133730501929828":{}}},"spellcheck":{"dictionaries":["en-US"],"dictionary":""}}
- Start Wappler again and get back to work.