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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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