Fix TextSourceElement.getRects (#2177)

This commit is contained in:
toasted-nutbread 2022-08-20 11:14:46 -04:00 committed by GitHub
parent c331ceae99
commit 02483a45b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ class TextSourceElement {
}
getRects() {
return this.getClientRects();
return this._element.getClientRects();
}
getWritingMode() {