Skip to content

Commit

Permalink
Fix attachments change attribute assignment (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Aug 8, 2024
1 parent ad3edeb commit b5cf722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/ycell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ class YAttachmentCell

if (modelEvent && modelEvent.keysChanged.has('attachments')) {
const change = modelEvent.changes.keys.get('attachments');
changes.executionCountChange = {
changes.attachmentsChange = {
oldValue: change!.oldValue,
newValue: this.ymodel.get('attachments')
};
Expand Down

0 comments on commit b5cf722

Please sign in to comment.