Add space between concatenated text nodes in getOnlyTypedText command
This commit is contained in:
parent
6b7609939a
commit
00261ee875
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ switch (message.command) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
t += node.textContent;
|
t += node.textContent + " ";
|
||||||
|
|
||||||
// Track the first and last nodes for range
|
// Track the first and last nodes for range
|
||||||
if (!firstNode) {
|
if (!firstNode) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue