Cell.prototype.show function is triggering afterHide event. Line 12476 in suite.js
this.events.fire(types_1.LayoutEvents.afterHide, [this.id]);
Looks like a copy paste from the above hide function is the culprit. However this version of the Community edition is not in Github where I can see it to fork and create a pull request.