fix: retain file selection when closing the editor (#5693)
This commit is contained in:
@@ -236,7 +236,6 @@ const close = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const finishClose = () => {
|
const finishClose = () => {
|
||||||
fileStore.updateRequest(null);
|
|
||||||
const uri = url.removeLastDir(route.path) + "/";
|
const uri = url.removeLastDir(route.path) + "/";
|
||||||
router.push({ path: uri });
|
router.push({ path: uri });
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user