LINE._getPlainText queryChild inclusive=false (#1282)

pull/1283/head
Pwiz 2 years ago committed by GitHub
parent 333771d408
commit 064b8d9563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/models/documents/nodes/line.dart

@ -521,7 +521,7 @@ class Line extends Container<Leaf?> {
int _getPlainText(int offset, int len, StringBuffer plainText) {
var _len = len;
final data = queryChild(offset, true);
final data = queryChild(offset, false);
var node = data.node as Leaf?;
while (_len > 0) {

Loading…
Cancel
Save