File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17198,10 +17198,10 @@ if ( typeof window === "object" && typeof window.document === "object" ) {
17198
17198
textNode = textPath.node;
17199
17199
}
17200
17200
17201
- if (lines.length === 1) {
17202
- textNode.textContent = content;
17203
- return this;
17204
- }
17201
+ // if (lines.length === 1) {
17202
+ // textNode.textContent = content;
17203
+ // return this;
17204
+ // }
17205
17205
17206
17206
for (; i < lines.length; i++) {
17207
17207
@@ -17213,7 +17213,6 @@ if ( typeof window === "object" && typeof window.document === "object" ) {
17213
17213
if (!lines[i]) {
17214
17214
tspan.addClass('empty-line');
17215
17215
}
17216
- //tspan.node.style.textDecoration = "underline";
17217
17216
if (lines[i].indexOf("\x1b") !== -1) {
17218
17217
jj = lines[i].split("\x1b");
17219
17218
lines[i] = jj[0];
You can’t perform that action at this time.
0 commit comments