@rededor/cura 1.8.0 → 1.8.1

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.
@@ -5650,14 +5650,14 @@ const CuraSelect = class {
5650
5650
  * Initializes the options for the select component.
5651
5651
  */
5652
5652
  componentWillLoad() {
5653
- // this.initializeOptions();
5653
+ this.initializeOptions();
5654
5654
  }
5655
5655
  /**
5656
5656
  * Lifecycle method called after the component is rendered.
5657
5657
  * Initializes select-related functionality.
5658
5658
  */
5659
5659
  componentDidLoad() {
5660
- this.initializeOptions();
5660
+ // this.initializeOptions();
5661
5661
  this.setupMutationObserver();
5662
5662
  this.addOutsideClickListener();
5663
5663
  }