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:
parent
d8e6a7b687
commit
f688b8d299
@ -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') {
|
if (key === 'nodes') {
|
||||||
return value.map(function(n) { return n.id })
|
return value.map(function(n) { return n.id })
|
||||||
} else if (key === 'link') {
|
} else if (key === 'link') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user