@ecl/vanilla-component-timeline
Advanced tools
Comparing version 3.2.4 to 3.3.0
@@ -9,7 +9,7 @@ { | ||
"license": "EUPL-1.2", | ||
"version": "3.2.4", | ||
"version": "3.3.0", | ||
"description": "ECL Timeline", | ||
"dependencies": { | ||
"@ecl/theme-dev": "^3.2.4", | ||
"@ecl/vanilla-layout-grid": "^3.2.4" | ||
"@ecl/theme-dev": "^3.3.0", | ||
"@ecl/vanilla-layout-grid": "^3.3.0" | ||
}, | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "df0ed566a1a32496ba0988ed238d5be2ca2632fd" | ||
"gitHead": "c9a78d9b503a12271e599bb2f57006d87e2823a9" | ||
} |
@@ -76,2 +76,5 @@ import { queryOne } from '@ecl/dom-utils'; | ||
} | ||
// Set ecl initialized attribute | ||
this.element.setAttribute('data-ecl-auto-initialized', 'true'); | ||
} | ||
@@ -86,2 +89,5 @@ | ||
} | ||
if (this.element) { | ||
this.element.removeAttribute('data-ecl-auto-initialized'); | ||
} | ||
} | ||
@@ -88,0 +94,0 @@ |
Sorry, the diff of this file is not supported yet
27999
114
Updated@ecl/theme-dev@^3.3.0