소스 검색

Make sure chat scrolls down once image has loaded

JC Brand 4 년 전
부모
커밋
a921e303ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/templates/directives/body.js

+ 1 - 1
src/templates/directives/body.js

@@ -13,7 +13,7 @@ class MessageBodyRenderer {
     }
 
     onImageLoaded () {
-        this.component.dispatchEvent(new CustomEvent('imageLoaded', { detail: this.component }));
+        this.component.dispatchEvent(new CustomEvent('imageLoaded', { detail: this.component, 'bubbles': true }));
     }
 
     async transform () {