mattgodbolt / owlet-editor

A modern BBC BASIC editor inspired by the BBC Micro Bot (https://bbcmicrobot.com)
https://bbcmic.ro
54 stars 4 forks source link

Resizing window can lead to runtime errors #106

Open mattgodbolt opened 3 weeks ago

mattgodbolt commented 3 weeks ago

Uncaught runtime errors: × ERROR ResizeObserver loop completed with undelivered notifications.

mattgodbolt commented 3 weeks ago

Could be a monaco issue https://github.com/microsoft/vscode/issues/183324 (and others)

mattgodbolt commented 3 weeks ago

Also https://github.com/microsoft/monaco-editor/issues/4311