fix: no unnecessary tree update on mouse over/out

Closes #1766

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta 2023-02-27 14:26:46 +01:00 committed by Akos Kitta
parent f3d3d40c75
commit bfec85c352

View File

@ -116,7 +116,6 @@ export class SketchbookTreeWidget extends FileTreeWidget {
protected hoveredNodeId: string | undefined;
protected setHoverNodeId(id: string | undefined): void {
this.hoveredNodeId = id;
this.update();
}
protected override createNodeAttributes(