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
1 changed files with 1 additions and 1 deletions

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') {