implement go-root command
This commit is contained in:
parent
e9863299ab
commit
ac8f7e65dc
5 changed files with 10 additions and 1 deletions
|
@ -45,6 +45,8 @@ const execOperation = (operation) => {
|
|||
return navigates.linkNext(window);
|
||||
case operations.NAVIGATE_PARENT:
|
||||
return navigates.parent(window);
|
||||
case operations.NAVIGATE_ROOT:
|
||||
return navigates.root(window);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue