Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Order of operations in constructor
`this.element` has to be set prior to `this.prepareDOM()` call. Now `this.element` is set immediately after we now the `CollapsableItem` is going to be instantiated.
- Loading branch information