Remove clearing of sidebar info when clicking on a non flow

pull/5538/head
Noley Holland 2026-03-06 11:06:52 -08:00
parent f71bc1a268
commit 307e5f4935
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) {