Merge pull request #5538 from n-lark/5521-non-flow-click-info

[5521] UX: Selecting non-flow object in Explorer causes Info to go blank
pull/5548/head
Nick O'Leary 2026-03-09 09:34:12 +00:00 committed by GitHub
commit 17a9ac4f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -316,8 +316,6 @@ RED.sidebar.info.outliner = (function() {
// } else {
// // RED.view.select({nodes:[]})
// }
} else {
RED.sidebar.info.refresh(null);
}
})
treeList.on('treelistconfirm', function(e,item) {