Skip to content

Commit

Permalink
cherry-pick(#33822): fix(codegen): do not reset current tool upon cle…
Browse files Browse the repository at this point in the history
…aring highlight
  • Loading branch information
dgozman committed Dec 3, 2024
1 parent 008722b commit f92b233
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 f92b233

Please sign in to comment.