🐛 Bug Fix
- Fullsize: after entering fullsize mode, resizing the browser window, and then exiting fullsize, the editor kept the fullscreen width/height instead of returning to its original size. The
resizehandler (bound towindow.resizewhenglobalFullSizeis on) re-saved the "original" size on every window resize, so it captured the fullscreen size. The original size is now stored only once when entering fullsize and restored on exit. Fixes #1278.