From d9238fb01bf8dd8c98f183f8f415dcae2a140798 Mon Sep 17 00:00:00 2001 From: Jan Cernik <66427541+jancernik@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:01:17 -0300 Subject: [PATCH] FIX: chat layout shift when loading videos (#23537) --- .../assets/javascripts/discourse/components/chat-upload.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/assets/javascripts/discourse/components/chat-upload.hbs b/plugins/chat/assets/javascripts/discourse/components/chat-upload.hbs index 5af7e46ddaa..f96f0cb53e7 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat-upload.hbs +++ b/plugins/chat/assets/javascripts/discourse/components/chat-upload.hbs @@ -11,7 +11,7 @@ {{on "load" this.imageLoaded}} /> {{else if (eq this.type this.VIDEO_TYPE)}} -