thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 304 forks source link

Update VirtualRenderer.setStyle type #194

Closed minseoksuh closed 1 year ago

minseoksuh commented 1 year ago

Discovered that VirtualRenderer.setStyle type does not match actual ace function parameters. include(optional) is missing.

https://ajaxorg.github.io/ace-api-docs/classes/Ace.VirtualRenderer.html#setStyle

Note that this functional signature is different from that of Editor.setStyle (which actually calls VirtualRenderer.setStyle, so is kind of weird)