DDR

Results 14 comments of DDR
trafficstars

好的,我看一下,估计是docker版本不同导致的接口有点不一致

看了一下,应该就是docker版本的原因,这个我尝试后面处理一下

Have you try this https://ajaxorg.github.io/ace-api-docs/classes/Ace.Editor.html#setShowPrintMargin ```ts editor.setShowPrintMargin(false) ```

- get the ace editor instance with `onEditorLoaded` event - call `editor.setTheme('xxx')` to change theme, like `editor.setTheme('ace/theme/twilight')`