ngx-markdown-editor
ngx-markdown-editor copied to clipboard
in editor mode always has a printMarginLine
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.
Have you try this https://ajaxorg.github.io/ace-api-docs/classes/Ace.Editor.html#setShowPrintMargin
editor.setShowPrintMargin(false)