fix(codegen): do not reset current tool upon clearing highlight (#33822)

This commit is contained in:
Dmitry Gozman 2024-12-03 17:25:14 +00:00 committed by GitHub
parent e4211ee3ac
commit a7f2868594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -1157,7 +1157,6 @@ export class Recorder {
}
clearHighlight() {
this._currentTool.cleanup?.();
this.updateHighlight(null, false);
}