Vanessa 2023-03-28 19:33:34 +08:00
parent 85e5f5f172
commit 215bf39e0a
2 changed files with 11 additions and 11 deletions

View file

@ -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();
}