mirror of https://github.com/node-red/node-red.git
Merge pull request #5538 from n-lark/5521-non-flow-click-info
[5521] UX: Selecting non-flow object in Explorer causes Info to go blankpull/5548/head
commit
17a9ac4f75
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue