@botmock/editor
Advanced tools
Comparing version 0.1.19 to 0.1.20
@@ -34,2 +34,5 @@ import "../../styling/block.less"; | ||
} | ||
} | ||
componentDidMount() { | ||
this.recalculateDimensions(); | ||
if (this.contentRef.current) { | ||
@@ -60,5 +63,2 @@ this.observer = new MutationObserver(() => { | ||
} | ||
componentDidMount() { | ||
this.recalculateDimensions(); | ||
} | ||
componentWillUnmount() { | ||
@@ -65,0 +65,0 @@ if (this.observer) { |
{ | ||
"name": "@botmock/editor", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "Botmock Editor", | ||
@@ -5,0 +5,0 @@ "main": "output/editor.esm.js", |
Sorry, the diff of this file is too big to display
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
402204
10037