File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ class MarkdownEditor extends React.Component {
304
304
enableRulers = { config . editor . enableRulers }
305
305
rulers = { config . editor . rulers }
306
306
displayLineNumbers = { config . editor . displayLineNumbers }
307
+ lineWrapping
307
308
matchingPairs = { config . editor . matchingPairs }
308
309
matchingTriples = { config . editor . matchingTriples }
309
310
explodingPairs = { config . editor . explodingPairs }
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ class MarkdownSplitEditor extends React.Component {
160
160
fontFamily = { config . editor . fontFamily }
161
161
fontSize = { editorFontSize }
162
162
displayLineNumbers = { config . editor . displayLineNumbers }
163
+ lineWrapping
163
164
matchingPairs = { config . editor . matchingPairs }
164
165
matchingTriples = { config . editor . matchingTriples }
165
166
explodingPairs = { config . editor . explodingPairs }
You can’t perform that action at this time.
0 commit comments