Add go-to-previous/next-location actions

This commit is contained in:
Nick O'Leary
2021-03-06 23:20:53 +00:00
parent 99a9e3a91b
commit 5181890433
3 changed files with 35 additions and 3 deletions

View File

@@ -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);