From f11e1fa3ee69bc117f38430de0f4c3543894424c Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 4 Dec 2022 16:48:45 +0100 Subject: Try to fix rendering issues with Output component by buffering better --- src_frontend/Components/Editor/Output.svelte | 46 ++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 13 deletions(-) (limited to 'src_frontend/Components/Editor/Output.svelte') diff --git a/src_frontend/Components/Editor/Output.svelte b/src_frontend/Components/Editor/Output.svelte index 59072f9..19fa600 100644 --- a/src_frontend/Components/Editor/Output.svelte +++ b/src_frontend/Components/Editor/Output.svelte @@ -1,12 +1,13 @@