Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Jul 29, 2024
2 parents 45afee6 + 1cccce3 commit 0496705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drawer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ export default class Drawer {
}

destroy(): void {
this._status = 'DESTROY';
this.reset();
this._status = 'DESTROY';
this.mouseTooltip.destroy();
this._subscriber.destroy();
}
Expand Down

0 comments on commit 0496705

Please sign in to comment.