fix(codegen): do not reset current tool upon clearing highlight (#33822)
This commit is contained in:
parent
e4211ee3ac
commit
a7f2868594
|
@ -1157,7 +1157,6 @@ export class Recorder {
|
|||
}
|
||||
|
||||
clearHighlight() {
|
||||
this._currentTool.cleanup?.();
|
||||
this.updateHighlight(null, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue