Skip to content

Commit

Permalink
fix(codegen): do not reset current tool upon clearing highlight (#33822)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman authored Dec 3, 2024
1 parent e4211ee commit a7f2868
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,6 @@ export class Recorder {
}

clearHighlight() {
this._currentTool.cleanup?.();
this.updateHighlight(null, false);
}

Expand Down

0 comments on commit a7f2868

Please sign in to comment.