mirror of https://github.com/node-red/node-red.git
Merge pull request #5406 from piotrbogun/5343/Editor/node-help-tab-arrow-key-navigation
5343/Editor/Bug: Node help tab resets focus when arrow keys are used to switch between nodespull/5428/head
commit
40655a59ad
|
|
@ -882,6 +882,10 @@
|
|||
}
|
||||
|
||||
that._topList.find(".focus").removeClass("focus");
|
||||
|
||||
if (item.treeList.label) {
|
||||
item.treeList.label.addClass("focus");
|
||||
}
|
||||
|
||||
if (triggerEvent !== false) {
|
||||
this._trigger("select",null,item)
|
||||
|
|
|
|||
Loading…
Reference in New Issue