Răsfoiți Sursa

Make sure chat scrolls down once image has loaded

JC Brand 4 ani în urmă
părinte
comite
a921e303ac
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/templates/directives/body.js

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

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