@rogieking/figui3 1.0.61 → 1.0.62

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 +1 -0
  2. package/package.json +1 -1
package/fig.js CHANGED
@@ -1391,6 +1391,7 @@ class FigImage extends HTMLElement {
1391
1391
  attributeChangedCallback(name, oldValue, newValue) {
1392
1392
  if (name === "src") {
1393
1393
  this.src = newValue;
1394
+ this.chit.setAttribute("src", this.src);
1394
1395
  }
1395
1396
  if (name === "upload") {
1396
1397
  this.upload = newValue.toLowerCase() === "true";
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.61"
3
+ "version": "1.0.62"
4
4
  }