Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26e4f63

Browse files
author
Akos Kitta
committedFeb 27, 2023
fix: no unnecessary tree update on mouse over/out
Closes #1766 Signed-off-by: Akos Kitta <[email protected]>
1 parent 9dec9c5 commit 26e4f63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎arduino-ide-extension/src/browser/widgets/sketchbook/sketchbook-tree-widget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export class SketchbookTreeWidget extends FileTreeWidget {
116116
protected hoveredNodeId: string | undefined;
117117
protected setHoverNodeId(id: string | undefined): void {
118118
this.hoveredNodeId = id;
119-
this.update();
120119
}
121120

122121
protected override createNodeAttributes(

0 commit comments

Comments
 (0)
Please sign in to comment.