mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix(files): Keep query when trigger the sidebar action
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
423c93087e
commit
fbceac9fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue