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 nodes
pull/5428/head
Nick O'Leary 2026-01-07 16:04:40 +00:00 committed by GitHub
commit 40655a59ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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)