We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519e24e commit cb5fc15Copy full SHA for cb5fc15
src/lib/core/overlay/position/viewport-ruler.ts
@@ -64,9 +64,7 @@ export class ViewportRuler {
64
return {top, left};
65
}
66
67
- /**
68
- * Caches the latest client rectangle of the document element.
69
- */
+ /** Caches the latest client rectangle of the document element. */
70
_cacheViewportGeometry?() {
71
this._documentRect = document.documentElement.getBoundingClientRect();
72
0 commit comments