@innovastudio/contentbuilder 1.3.17 → 1.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5743,7 +5743,9 @@ class Util {
|
|
|
5743
5743
|
|
|
5744
5744
|
repositionColumnTool(transition) {
|
|
5745
5745
|
let columnTool = this.builder.colTool.columnTool;
|
|
5746
|
+
if (!columnTool) return;
|
|
5746
5747
|
let col = this.builder.activeCol;
|
|
5748
|
+
if (!col) return;
|
|
5747
5749
|
|
|
5748
5750
|
if (transition) {
|
|
5749
5751
|
columnTool.style.transition = 'all 100ms ease';
|