Skip to content

Commit 2132267

Browse files
Update src/lib/openFolder.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent e54d46b commit 2132267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/openFolder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ function execOperation(type, action, url, $target, name) {
624624

625625
toast(strings.success);
626626
FileList.remove(url);
627-
await removeEntryFromFileTree(url);
627+
await removeEntryFromFileTree(url);
628628
}
629629

630630
async function renameFile() {

0 commit comments

Comments
 (0)