aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-02-25 01:26:11 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-02-26 13:27:37 +0100
commit9336850f69f8130e792f8f3763f4e4a951da1921 (patch)
tree80b81e3f726704eff460553409a79b414609fb41 /subprojects/frontend/src/editor
parentrefactor: rename PartialInterpretation adapter (diff)
downloadrefinery-9336850f69f8130e792f8f3763f4e4a951da1921.tar.gz
refinery-9336850f69f8130e792f8f3763f4e4a951da1921.tar.zst
refinery-9336850f69f8130e792f8f3763f4e4a951da1921.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend/src/editor')
-rw-r--r--subprojects/frontend/src/editor/scrollbarViewPlugin.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/scrollbarViewPlugin.ts b/subprojects/frontend/src/editor/scrollbarViewPlugin.ts
index f54251a9..f44034fd 100644
--- a/subprojects/frontend/src/editor/scrollbarViewPlugin.ts
+++ b/subprojects/frontend/src/editor/scrollbarViewPlugin.ts
@@ -266,7 +266,6 @@ export default function scrollbarViewPlugin(
266 if (firstRunTimeout !== undefined) { 266 if (firstRunTimeout !== undefined) {
267 clearTimeout(firstRunTimeout); 267 clearTimeout(firstRunTimeout);
268 } 268 }
269 // @ts-expect-error `@types/node` typings should not be in effect here.
270 firstRunTimeout = setTimeout(() => { 269 firstRunTimeout = setTimeout(() => {
271 spacer.style.minHeight = `${scrollHeight}px`; 270 spacer.style.minHeight = `${scrollHeight}px`;
272 firstRun = false; 271 firstRun = false;