ngx-markdown-editor icon indicating copy to clipboard operation
ngx-markdown-editor copied to clipboard

in editor mode always has a printMarginLine

Open scobiser2 opened this issue 3 years ago • 1 comments

when in editor mode,the editor area always has a printMarginLine, we can extend the options , add a showPrintMargin attribute to control whether the line shows in the ui, in the ace-editor example, it uses editor.setOption(showPrintMargin,false) to hide it.

scobiser2 avatar Sep 02 '22 08:09 scobiser2

Have you try this https://ajaxorg.github.io/ace-api-docs/classes/Ace.Editor.html#setShowPrintMargin

editor.setShowPrintMargin(false)

instance-oom avatar Sep 17 '22 06:09 instance-oom