We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3edeb commit b5cf722Copy full SHA for b5cf722
javascript/src/ycell.ts
@@ -981,7 +981,7 @@ class YAttachmentCell
981
982
if (modelEvent && modelEvent.keysChanged.has('attachments')) {
983
const change = modelEvent.changes.keys.get('attachments');
984
- changes.executionCountChange = {
+ changes.attachmentsChange = {
985
oldValue: change!.oldValue,
986
newValue: this.ymodel.get('attachments')
987
};
0 commit comments