@breadstone/mosaik-elements-angular 0.0.29 → 0.0.30

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.
@@ -52653,7 +52653,7 @@ class FlipToDirective {
52653
52653
  * @protected
52654
52654
  */
52655
52655
  onClick(_event) {
52656
- if (this.disabled !== undefined) {
52656
+ if (this.disabled) {
52657
52657
  return;
52658
52658
  }
52659
52659
  if (this.to === undefined) {