fix: allow input rules after hard break, fix #2302

This commit is contained in:
Philipp Kühn
2021-12-22 12:27:06 +01:00
parent fadafae498
commit ded6f9618f

View File

@@ -119,7 +119,7 @@ function run(config: {
Math.max(0, $from.parentOffset - maxMatch), Math.max(0, $from.parentOffset - maxMatch),
$from.parentOffset, $from.parentOffset,
undefined, undefined,
'\ufffc', ' ',
) + text ) + text
rules.forEach(rule => { rules.forEach(rule => {