0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 16:52:38 +00:00

remove empty lines

This commit is contained in:
Víctor Losada Hernández
2025-03-19 13:29:16 +01:00
parent 07ff9a114e
commit d2507fe99f
2 changed files with 1 additions and 6 deletions

View File

@@ -111,7 +111,6 @@ const Editor = createClass({
}
},
updateCurrentCursorPage : function(cursor) {
const lines = this.props.brew.text.split('\n').slice(1, cursor.line + 1);
const pageRegex = this.props.brew.renderer == 'V3' ? PAGEBREAK_REGEX_V3 : /\\page/;