@vaadin/resizable-mixin
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@vaadin/resizable-mixin", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Vaadin Ltd", | ||
@@ -31,3 +31,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "ff5f69931daced1cb7176b7774547752c1c982c7" | ||
"gitHead": "c83bb8903ef1a84e011035b3ba30a99dfbc98e7f" | ||
} |
@@ -26,3 +26,3 @@ import getResizeObserver from './resize-observer-polyfill'; | ||
Resizable._resizeObserver = new ResizeObserver((entries) => { | ||
entries.forEach(entry => { | ||
entries.forEach((entry) => { | ||
entry.target._sizeChanged(entry.contentRect); | ||
@@ -29,0 +29,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19734