Skip to content

Commit b5cf722

Browse files
authored
Fix attachments change attribute assignment (#260)
1 parent ad3edeb commit b5cf722

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
@@ -981,7 +981,7 @@ class YAttachmentCell
981981

982982
if (modelEvent && modelEvent.keysChanged.has('attachments')) {
983983
const change = modelEvent.changes.keys.get('attachments');
984-
changes.executionCountChange = {
984+
changes.attachmentsChange = {
985985
oldValue: change!.oldValue,
986986
newValue: this.ymodel.get('attachments')
987987
};

0 commit comments

Comments
 (0)