Vanessa 2025-07-16 10:31:50 +08:00
parent 19dd85b876
commit eea07195c6

View file

@ -335,7 +335,7 @@ export class WYSIWYG {
textPlain += cellText + "\t";
}
});
textPlain = textPlain.substring(0, textPlain.length - 2);
textPlain = textPlain.substring(0, textPlain.length - 1);
html = html.substring(0, html.length - 1) + "]";
}
} else if (selectTableElement) {