diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/common/treeList.js b/packages/node_modules/@node-red/editor-client/src/js/ui/common/treeList.js index 85c6f0992..957e0f663 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/common/treeList.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/common/treeList.js @@ -879,6 +879,10 @@ } that._topList.find(".focus").removeClass("focus"); + + if (item.treeList.label) { + item.treeList.label.addClass("focus"); + } if (triggerEvent !== false) { this._trigger("select",null,item)