in js/rough-notation.js [565:575]
show() {
switch (this._state) {
case "unattached":
break;
case "showing":
this.hide(), this._svg && this.render(this._svg, !0);
break;
case "not-showing":
this.attach(), this._svg && this.render(this._svg, !1);
}
}