Skip to content

Commit 2893e58

Browse files
muanmarijnh
authored andcommitted
Reset extralinebreak between nodes
1 parent 01fe6ca commit 2893e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input/ContentEditableInput.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ function domTextBetween(cm, from, to, fromLine, toLine) {
443443
walk(from)
444444
if (from == to) break
445445
from = from.nextSibling
446+
extraLinebreak = false
446447
}
447448
return text
448449
}

0 commit comments

Comments
 (0)