mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 11:56:36 +00:00
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:
parent
f3d3d40c75
commit
bfec85c352
@ -116,7 +116,6 @@ export class SketchbookTreeWidget extends FileTreeWidget {
|
|||||||
protected hoveredNodeId: string | undefined;
|
protected hoveredNodeId: string | undefined;
|
||||||
protected setHoverNodeId(id: string | undefined): void {
|
protected setHoverNodeId(id: string | undefined): void {
|
||||||
this.hoveredNodeId = id;
|
this.hoveredNodeId = id;
|
||||||
this.update();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override createNodeAttributes(
|
protected override createNodeAttributes(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user