@sequent-org/moodboard 1.2.109 → 1.2.110
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
|
@@ -2422,7 +2422,7 @@ export class SelectTool extends BaseTool {
|
|
|
2422
2422
|
this.eventBus.emit(Events.Object.StateChanged, {
|
|
2423
2423
|
objectId: objectId,
|
|
2424
2424
|
updates: {
|
|
2425
|
-
content: value
|
|
2425
|
+
properties: { content: value }
|
|
2426
2426
|
}
|
|
2427
2427
|
});
|
|
2428
2428
|
} else {
|
|
@@ -2436,7 +2436,7 @@ export class SelectTool extends BaseTool {
|
|
|
2436
2436
|
this.eventBus.emit(Events.Object.StateChanged, {
|
|
2437
2437
|
objectId: objectId,
|
|
2438
2438
|
updates: {
|
|
2439
|
-
content: value
|
|
2439
|
+
properties: { content: value }
|
|
2440
2440
|
}
|
|
2441
2441
|
});
|
|
2442
2442
|
}
|
|
@@ -2774,7 +2774,7 @@ export class SelectTool extends BaseTool {
|
|
|
2774
2774
|
this.eventBus.emit(Events.Object.StateChanged, {
|
|
2775
2775
|
objectId: objectId,
|
|
2776
2776
|
updates: {
|
|
2777
|
-
content: value
|
|
2777
|
+
properties: { content: value }
|
|
2778
2778
|
}
|
|
2779
2779
|
});
|
|
2780
2780
|
} else {
|
|
@@ -2789,7 +2789,7 @@ export class SelectTool extends BaseTool {
|
|
|
2789
2789
|
this.eventBus.emit(Events.Object.StateChanged, {
|
|
2790
2790
|
objectId: objectId,
|
|
2791
2791
|
updates: {
|
|
2792
|
-
content: value
|
|
2792
|
+
properties: { content: value }
|
|
2793
2793
|
}
|
|
2794
2794
|
});
|
|
2795
2795
|
}
|