fix: retain file selection when closing the editor (#5693)

This commit is contained in:
Ariel Leyva
2026-01-18 08:37:12 +01:00
committed by GitHub
parent cfa6c5864e
commit 4094fb359b
-1
View File
@@ -236,7 +236,6 @@ const close = () => {
};
const finishClose = () => {
fileStore.updateRequest(null);
const uri = url.removeLastDir(route.path) + "/";
router.push({ path: uri });
};