mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 02:50:58 +08:00
🚨
This commit is contained in:
parent
5554bfa6cf
commit
fc519b89ef
@ -613,7 +613,7 @@ export class Toolbar {
|
|||||||
// 需进行 mergeNode ,否用 alt+x 为相同颜色 aaabbb 中的 bbb 再次赋值后无法选中
|
// 需进行 mergeNode ,否用 alt+x 为相同颜色 aaabbb 中的 bbb 再次赋值后无法选中
|
||||||
this.range.setEnd(previousElement.firstChild, previousElement.firstChild.textContent.length);
|
this.range.setEnd(previousElement.firstChild, previousElement.firstChild.textContent.length);
|
||||||
}
|
}
|
||||||
let needFocus = true
|
let needFocus = true;
|
||||||
if (type === "inline-math") {
|
if (type === "inline-math") {
|
||||||
mathRender(nodeElement);
|
mathRender(nodeElement);
|
||||||
if (selectText === "") {
|
if (selectText === "") {
|
||||||
|
Loading…
Reference in New Issue
Block a user