@maplander/components 0.21.25 → 0.21.26

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.
@@ -3342,8 +3342,8 @@
3342
3342
  * @return {?}
3343
3343
  */
3344
3344
  function (open) {
3345
- this.changeFilter.emit({ type: 'init', payload: { filter: null, value: null } });
3346
3345
  if (open) {
3346
+ this.changeFilter.emit({ type: 'init', payload: { filter: null, value: null } });
3347
3347
  this._render.setStyle(this._ref.nativeElement, 'visibility', 'visible');
3348
3348
  this._render.setStyle(this._ref.nativeElement, 'opacity', '1');
3349
3349
  }