Skip to content

Commit 24700e7

Browse files
committed
Fix attachments change attribute assignment
1 parent 16162f9 commit 24700e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/ycell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ class YAttachmentCell
958958

959959
if (modelEvent && modelEvent.keysChanged.has('attachments')) {
960960
const change = modelEvent.changes.keys.get('attachments');
961-
changes.executionCountChange = {
961+
changes.attachmentsChange = {
962962
oldValue: change!.oldValue,
963963
newValue: this.ymodel.get('attachments')
964964
};

0 commit comments

Comments
 (0)