Filemanager: Stop changing into a newly created folder

This commit is contained in:
nathan 2022-11-01 09:10:14 -06:00
parent 209483409c
commit 9b2f7ef9ab

View File

@ -716,8 +716,7 @@ export class filemanagerAPP extends EgwApp
}
}
}
self._do_action('createdir', egw.encodePathComponent(dir), true, path); // true=synchronous request
self.change_dir((path == '/' ? '' : path) + '/' + egw.encodePathComponent(dir));
self._do_action('createdir', egw.encodePathComponent(dir), false, path);
}
}, 'New directory', 'Create directory');
}