doMouseUp method
void
doMouseUp()
Upon a click, this calls Tool#standardMouseSelect to change the Diagram#selection collection, then calls Tool#standardMouseClick to perform the normal click behaviors, and then stops this tool.
Implementation
void doMouseUp() {
_i4.callMethod(
this,
'doMouseUp',
[],
);
}