mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 15:04:07 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
e7af283cd3
18 changed files with 1995 additions and 62 deletions
|
|
@ -777,7 +777,7 @@ export class Toolbar {
|
|||
currentNode.textContent = currentNode.textContent.substring(1);
|
||||
}
|
||||
if (previousElement.textContent.endsWith(Constants.ZWSP)) {
|
||||
previousElement.textContent = previousElement.textContent.substring(0, previousElement.textContent.length - 2);
|
||||
previousElement.textContent = previousElement.textContent.substring(0, previousElement.textContent.length - 1);
|
||||
}
|
||||
} else {
|
||||
const previousType = previousElement ? (previousElement.getAttribute("data-type") || "").split(" ") : [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue