app/assets/builds/katalyst/content.js in katalyst-content-2.4.1 vs app/assets/builds/katalyst/content.js in katalyst-content-2.4.2

- old
+ new

@@ -558,12 +558,12 @@ } class ContainerController extends Controller { static targets = ["container"]; + // Caution: connect is called on attachment, but also on morph/render connect() { this.state = this.container.state; - this.reindex(); } get container() { return new Container(this.containerTarget);