Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bfec85c

Browse filesBrowse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
fix: no unnecessary tree update on mouse over/out
Closes arduino#1766 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent f3d3d40 commit bfec85c
Copy full SHA for bfec85c

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

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

Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/widgets/sketchbook/sketchbook-tree-widget.tsx
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.