Skip to content

Commit

Permalink
fix: return to current path after uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheckzen committed Sep 20, 2024
1 parent 600ba4f commit 262f14a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@
uploadEntry
.querySelector('button')
.addEventListener('click', () => {
window.backFordwardCache.preview = true;
switchRightDisplay('upload');
});
listHeader.insertBefore(uploadEntry, row);
Expand Down

0 comments on commit 262f14a

Please sign in to comment.