@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.
@@ -60,7 +60,7 @@ export class SwitchIndicatorLightElement extends ConditionalEnableElement {
60
60
  }
61
61
  else {
62
62
  this.checkElementPassword(false);
63
- if (!this.model.useIndicatorLight && !this.isMobileMode) {
63
+ if (!this.model.useIndicatorLight) {
64
64
  this.switchToState(1);
65
65
  }
66
66
  }
@@ -100,7 +100,7 @@ export class SwitchIndicatorLightElement extends ConditionalEnableElement {
100
100
  document.removeEventListener(this.isMobileMode ? 'touchend' : 'mouseup', this.onDocMouseUp);
101
101
  this.isVerifiedForRestoration = false;
102
102
  this.isWriteRestorationDownValue = false;
103
- if (!this.model.useIndicatorLight && !this.isMobileMode) {
103
+ if (!this.model.useIndicatorLight) {
104
104
  this.switchToState(0);
105
105
  if (d3.event) {
106
106
  d3.event.preventDefault();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "bundles/fc-gui.umd.js",
3
- "version": "3.0.0-alpha.111",
3
+ "version": "3.0.0-alpha.112",
4
4
  "module": "public_api.js",
5
5
  "typings": "public_api.d.ts",
6
6
  "license": "UNLICENSED",