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