mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
fix: retain file selection when closing the editor (#5693)
This commit is contained in:
parent
cfa6c5864e
commit
4094fb359b
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@ const close = () => {
|
|||
};
|
||||
|
||||
const finishClose = () => {
|
||||
fileStore.updateRequest(null);
|
||||
const uri = url.removeLastDir(route.path) + "/";
|
||||
router.push({ path: uri });
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue