Fix TextSourceElement.getRects (#2177)
This commit is contained in:
parent
c331ceae99
commit
02483a45b1
@ -95,7 +95,7 @@ class TextSourceElement {
|
||||
}
|
||||
|
||||
getRects() {
|
||||
return this.getClientRects();
|
||||
return this._element.getClientRects();
|
||||
}
|
||||
|
||||
getWritingMode() {
|
||||
|
Loading…
Reference in New Issue
Block a user