mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
19dd85b876
commit
eea07195c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue