I've encountered an issue with my gojs diagram. When I double click on it to edit the node name, I receive an error message. This problem occurred after upgrading my gojs version from v1.7.14 to v2.2.17. Below is the error stack trace:
core.mjs:8453 ERROR TypeError: c.show is not a function
at Og.doActivate (go-module.js:522:434)
at La.doMouseUp (go-module.js:314:273)
at Q.doMouseUp (go-module.js:616:118)
at a.bk (go-module.js:611:261)
at ZoneDelegate.invokeTask (zone.js:423:31)
at core.mjs:23924:55
at AsyncStackTaggingZoneSpec.onInvokeTask (core.mjs:23924:36)
at ZoneDelegate.invokeTask (zone.js:422:60)
at Object.onInvokeTask (core.mjs:24225:33)
at ZoneDelegate.invokeTask (zone.js:422:60)
After upgrading to v2.2.17, the double click functionality on the node/diagram stopped working. Any suggestions or solutions would be greatly appreciated. Thank you in advance.