From 69b36a4c34e08b1e1bf396d7b39dc7c4aa6e82c8 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 31 May 2024 12:17:42 -0400 Subject: [PATCH] - quick stage clear Signed-off-by: Dave Richer --- .../src/components/trello-board/smooth-dnd/src/dragscroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/trello-board/smooth-dnd/src/dragscroller.js b/client/src/components/trello-board/smooth-dnd/src/dragscroller.js index 12acd5ad8..4c38c5b37 100644 --- a/client/src/components/trello-board/smooth-dnd/src/dragscroller.js +++ b/client/src/components/trello-board/smooth-dnd/src/dragscroller.js @@ -105,7 +105,7 @@ function getAutoScrollInfo(position, scrollableInfo) { } function scrollableInfo(element) { - var result = { + const result = { element, rect: getVisibleRect(element, element.getBoundingClientRect()), descendants: [],