hawkerm / monaco-editor-uwp

A Windows Runtime Component wrapper around the web-based Monaco Editor.
MIT License
153 stars 36 forks source link

Clean-up CssStyleBroker to automatically track requires styles #42

Closed hawkerm closed 4 years ago

hawkerm commented 4 years ago

This can also optimize calls to DeltaDecorations as we would know if we have to reset the styles or not instead of doing it each and every time!