@flexem/fc-gui 3.0.0-alpha.111 → 3.0.0-alpha.112

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.
@@ -39384,7 +39384,7 @@ class switch_indicator_light_element_SwitchIndicatorLightElement extends conditi
39384
39384
  }
39385
39385
  else {
39386
39386
  this.checkElementPassword(false);
39387
- if (!this.model.useIndicatorLight && !this.isMobileMode) {
39387
+ if (!this.model.useIndicatorLight) {
39388
39388
  this.switchToState(1);
39389
39389
  }
39390
39390
  }
@@ -39424,7 +39424,7 @@ class switch_indicator_light_element_SwitchIndicatorLightElement extends conditi
39424
39424
  document.removeEventListener(this.isMobileMode ? 'touchend' : 'mouseup', this.onDocMouseUp);
39425
39425
  this.isVerifiedForRestoration = false;
39426
39426
  this.isWriteRestorationDownValue = false;
39427
- if (!this.model.useIndicatorLight && !this.isMobileMode) {
39427
+ if (!this.model.useIndicatorLight) {
39428
39428
  this.switchToState(0);
39429
39429
  if (on_event) {
39430
39430
  on_event.preventDefault();