Wrap contents of markdown editor rather than scrolling
This commit is contained in:
parent
5053632bf6
commit
a686ffd498
@ -24,6 +24,7 @@ export class MarkdownComponent extends EditorNodeContract implements OnInit {
|
|||||||
uri: v4(),
|
uri: v4(),
|
||||||
readOnly: false,
|
readOnly: false,
|
||||||
automaticLayout: true,
|
automaticLayout: true,
|
||||||
|
wordWrap: 'on',
|
||||||
};
|
};
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
Loading…
Reference in New Issue
Block a user