1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Refresh sidebar info when tab is changed

This commit is contained in:
Nick O'Leary 2017-06-06 10:27:03 +01:00
parent d8e6a7b687
commit f688b8d299
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -1137,7 +1137,7 @@ RED.view = (function() {
}
}
var selectionJSON = JSON.stringify(selection,function(key,value) {
var selectionJSON = activeWorkspace+":"+JSON.stringify(selection,function(key,value) {
if (key === 'nodes') {
return value.map(function(n) { return n.id })
} else if (key === 'link') {