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 2baf3d6 commit 53adf75Copy full SHA for 53adf75
packages/controls/src/widget_link.ts
@@ -85,9 +85,12 @@ export class DirectionalLinkModel extends CoreWidgetModel {
85
undefined
86
);
87
this.stopListening(this.sourceModel, 'destroy', undefined);
88
+ this.set('source', [null, '']);
89
}
90
if (this.targetModel) {
91
this.stopListening(this.targetModel, 'destroy', undefined);
92
+ this.set('target', [null, '']);
93
+ this.save_changes();
94
95
96
0 commit comments