Closed minseoksuh closed 1 year ago
Discovered that VirtualRenderer.setStyle type does not match actual ace function parameters. include(optional) is missing.
include(optional)
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)
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)