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/node.js 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
  }