mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 15:42:34 +01:00
This commit is contained in:
parent
85e5f5f172
commit
215bf39e0a
2 changed files with 11 additions and 11 deletions
|
|
@ -71,9 +71,6 @@ class TextLayerBuilder {
|
|||
this.div.append(endOfContent);
|
||||
|
||||
this.#bindMouse();
|
||||
|
||||
// NOTE
|
||||
getHighlight(this.div)
|
||||
}
|
||||
|
||||
get numTextDivs() {
|
||||
|
|
@ -131,6 +128,8 @@ class TextLayerBuilder {
|
|||
this.#scale = scale;
|
||||
this.#rotation = rotation;
|
||||
this.show();
|
||||
// NOTE
|
||||
getHighlight(this.div)
|
||||
this.accessibilityManager?.enable();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue