When we draw the link and deliberately cancel, the TextEditingtool is triggered, hiding the text area.How can I avoid this?
“textEditingTool.doActivate”: function() {
go.TextEditingTool.prototype.doActivate.call(this);
if (this.textBlock) this.textBlock.opacity = 0.0;
},