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
parent
commit
fbceac9fe1
No known key found for this signature in database GPG Key ID: 45FAE7268762B400
  1. 2
      apps/files/src/actions/sidebarAction.ts

2
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,
)

Loading…
Cancel
Save