fix(select): select rect position

This commit is contained in:
austaras
2022-07-25 11:15:14 +08:00
parent a4132f5f8a
commit 95629486b3
7 changed files with 44 additions and 54 deletions

View File

@@ -172,5 +172,6 @@ export class LeftMenuPlugin extends BasePlugin {
public override dispose(): void {
// TODO: rxjs
this.root?.unmount();
super.dispose();
}
}