Skip to content

Commit

Permalink
fix: no unnecessary tree update on mouse over/out
Browse files Browse the repository at this point in the history
Closes arduino#1766

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
  • Loading branch information
Akos Kitta authored and kittaakos committed Mar 2, 2023
1 parent f3d3d40 commit bfec85c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bfec85c

Please sign in to comment.