mol_dump_lib 0.0.63 → 0.0.65

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/web.mjs CHANGED
@@ -4546,6 +4546,7 @@ var $;
4546
4546
  }
4547
4547
  click(event) {
4548
4548
  const cb = $mol_wire_sync(this.$.$mol_dom_context.navigator.clipboard);
4549
+ cb.writeText(this.text());
4549
4550
  cb.write(this.attachments());
4550
4551
  }
4551
4552
  }