@arsedizioni/ars-utils 21.2.186 → 21.2.187
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +3 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +3 -2
|
@@ -167,7 +167,7 @@ class ClipperDocumentManager {
|
|
|
167
167
|
* @param item : the item to add properties to
|
|
168
168
|
*/
|
|
169
169
|
addItemProperty(item) {
|
|
170
|
-
this.broadcastService.sendMessage(ClipperMessages.
|
|
170
|
+
this.broadcastService.sendMessage(ClipperMessages.COMMAND_PROPERTY_ADD, item);
|
|
171
171
|
}
|
|
172
172
|
/**
|
|
173
173
|
* Copy metadata to clipboard
|