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

This commit is contained in:
Ariel Leyva
2026-01-18 02:37:12 -05:00
committed by GitHub
parent cfa6c5864e
commit 4094fb359b

View File

@@ -236,7 +236,6 @@ const close = () => {
};
const finishClose = () => {
fileStore.updateRequest(null);
const uri = url.removeLastDir(route.path) + "/";
router.push({ path: uri });
};