@nebularstreams/libmui 2.5.112 → 2.5.113

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebularstreams/libmui",
3
3
  "description": "Micro UI based on Mithril",
4
- "version": "2.5.112",
4
+ "version": "2.5.113",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -438,7 +438,7 @@ const
438
438
  if (metaDef.addAction.onClick) {
439
439
  metaDef.addAction.onClick(e, parameters, auxParameters);
440
440
  } else if (metaDef.addAction.template) {
441
- rawValue.push(clone(metaDef.addAction.template));
441
+ rawValue.push(cloneObject(metaDef.addAction.template));
442
442
  }
443
443
  m.redraw();
444
444
  }