mol_dump_lib 0.0.62 → 0.0.64

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/node.mjs CHANGED
@@ -5078,6 +5078,7 @@ var $;
5078
5078
  }
5079
5079
  click(event) {
5080
5080
  const cb = $mol_wire_sync(this.$.$mol_dom_context.navigator.clipboard);
5081
+ cb.writeText(this.text());
5081
5082
  cb.write(this.attachments());
5082
5083
  }
5083
5084
  }
package/node.test.js CHANGED
@@ -5070,6 +5070,7 @@ var $;
5070
5070
  }
5071
5071
  click(event) {
5072
5072
  const cb = $mol_wire_sync(this.$.$mol_dom_context.navigator.clipboard);
5073
+ cb.writeText(this.text());
5073
5074
  cb.write(this.attachments());
5074
5075
  }
5075
5076
  }