@rogieking/figui3 1.0.48 → 1.0.49

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.
Files changed (2) hide show
  1. package/fig.js +0 -4
  2. package/package.json +1 -1
package/fig.js CHANGED
@@ -809,10 +809,6 @@ class FigInputText extends HTMLElement {
809
809
  case "label":
810
810
  this.disabled = this.input.disabled = newValue;
811
811
  break;
812
- case "value":
813
- this.value = newValue;
814
- this.handleInput();
815
- break;
816
812
  default:
817
813
  this[name] = this.input[name] = newValue;
818
814
  if (this.input) {
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.48"
3
+ "version": "1.0.49"
4
4
  }