- quick stage clear

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-05-31 12:17:42 -04:00
parent c7b8df5655
commit 69b36a4c34

View File

@@ -105,7 +105,7 @@ function getAutoScrollInfo(position, scrollableInfo) {
} }
function scrollableInfo(element) { function scrollableInfo(element) {
var result = { const result = {
element, element,
rect: getVisibleRect(element, element.getBoundingClientRect()), rect: getVisibleRect(element, element.getBoundingClientRect()),
descendants: [], descendants: [],