diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index 0f5f3c85..0b715df3 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -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) {