fix: allow input rules after hard break, fix #2302
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user