Skip to content

Commit

Permalink
closes #336
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Lehner committed Mar 27, 2020
1 parent d7c8614 commit c0c2550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/ViewWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default class ViewWrapper extends EventHandler implements IViewProvider {
} else if (this.instancePromise) {
this.instancePromise.then(() => this.destroyInstance());
}
this.node.remove();
this.visible = false;
}

matchesIDType(idType: IDType) {
Expand Down

0 comments on commit c0c2550

Please sign in to comment.