mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add go-to-previous/next-location actions
This commit is contained in:
@@ -249,7 +249,7 @@ var RED = (function() {
|
||||
RED.nodes.dirty(false);
|
||||
RED.view.redraw(true);
|
||||
if (/^#flow\/.+$/.test(currentHash)) {
|
||||
RED.workspaces.show(currentHash.substring(6));
|
||||
RED.workspaces.show(currentHash.substring(6),true);
|
||||
}
|
||||
} catch(err) {
|
||||
console.warn(err);
|
||||
@@ -532,7 +532,7 @@ var RED = (function() {
|
||||
|
||||
|
||||
RED.sidebar.show(":first");
|
||||
|
||||
|
||||
setTimeout(function() {
|
||||
loader.end();
|
||||
},100);
|
||||
|
||||
Reference in New Issue
Block a user