mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 07:56:14 +01:00
🚨
This commit is contained in:
parent
1034e71467
commit
3e4f6c5587
8 changed files with 14 additions and 16 deletions
|
|
@ -54,7 +54,7 @@ export class InlineMath extends ToolbarItem {
|
|||
} else {
|
||||
range.setStartAfter(newElement);
|
||||
range.collapse(true);
|
||||
focusByRange(range)
|
||||
focusByRange(range);
|
||||
nodeElement.setAttribute("updated", dayjs().format("YYYYMMDDHHmmss"));
|
||||
updateTransaction(protyle, nodeElement.getAttribute("data-node-id"), nodeElement.outerHTML, html);
|
||||
wbrElement.remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue