Browse Source
fix(files): Keep query when trigger the sidebar action
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/45611/head
Ferdinand Thiessen
1 year ago
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
1 changed files with
1 additions and
1 deletions
-
apps/files/src/actions/sidebarAction.ts
|
|
@ -43,7 +43,7 @@ export const action = new FileAction({ |
|
|
|
window.OCP.Files.Router.goToRoute( |
|
|
|
null, |
|
|
|
{ view: view.id, fileid: node.fileid }, |
|
|
|
{ dir }, |
|
|
|
{ ...window.OCP.Files.Router.query, dir }, |
|
|
|
true, |
|
|
|
) |
|
|
|
|
|
|
|