mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 18:56:09 +01:00
This commit is contained in:
parent
18c7d76886
commit
d7c3e85b67
1 changed files with 6 additions and 0 deletions
|
|
@ -106,6 +106,12 @@ class TextLayerBuilder {
|
|||
this.#rotation = rotation;
|
||||
}
|
||||
this.show();
|
||||
// NOTE
|
||||
if (this.div.lastElementChild.previousElementSibling &&
|
||||
this.div.lastElementChild.previousElementSibling.classList.contains("endOfContent")) {
|
||||
this.div.lastElementChild.innerHTML = ""
|
||||
}
|
||||
getHighlight(this.div)
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue