refresh file listing on upload complete

This commit is contained in:
ed 2021-10-18 21:10:05 +02:00
parent 088899d59f
commit 5c242a07b6

View file

@ -1162,6 +1162,11 @@ function up2k_init(subtle) {
}
}
is_busy = st.todo.handshake.length;
try {
if (!is_busy && !uc.fsearch && !msel.getsel().length && (!mp.au || mp.au.paused))
treectl.goto(get_evpath());
}
catch (ex) { }
}
if (was_busy != is_busy) {