Fixes scrollback bug where messages weren't being dropped
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user