@rogieking/figui3 1.5.2 → 1.5.4

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.
package/fig.js CHANGED
@@ -1436,6 +1436,7 @@ class FigInputColor extends HTMLElement {
1436
1436
  }
1437
1437
 
1438
1438
  #handleChange(event) {
1439
+ event.stopPropagation();
1439
1440
  this.#emitChangeEvent();
1440
1441
  }
1441
1442
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {