Fixes scrollback bug where messages weren't being dropped

This commit is contained in:
Amir Raminfar
2022-09-15 09:26:21 -07:00
parent de84736ba4
commit cbdbe65b7b

View File

@@ -33,7 +33,7 @@ let loading = $ref(false);
const scrollObserver = ref<HTMLElement>();
const scrollableContent = ref<HTMLElement>();
provide("scrollingPaused", paused);
provide("scrollingPaused", $$(paused));
const mutationObserver = new MutationObserver((e) => {
if (!paused) {