@3mo/dialog
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -453,3 +453,7 @@ import { __decorate } from "tslib"; | ||
constructor() { | ||
this.handleScroll = (scrollEvent) => element.dispatchEvent(new Event('scroll', scrollEvent)); | ||
this.handleScroll = (scrollEvent) => { | ||
element.dispatchEvent(new Event('scroll', scrollEvent)); | ||
// https://devdoc.net/web/developer.mozilla.org/en-US/docs/Web/Events/scroll.html | ||
window.dispatchEvent(new Event('scroll', scrollEvent)); | ||
}; | ||
} | ||
@@ -456,0 +460,0 @@ get scrollerElement() { |
{ | ||
"name": "@3mo/dialog", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "A dialog component based on Material Web Components.", | ||
@@ -5,0 +5,0 @@ "repository": { |
# Dialog | ||
A dialog component based on Material Web Components. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
121470
586