Add support for browser back/forward

This commit is contained in:
Max Berger
2026-03-26 20:26:52 +01:00
parent 47b25fbbec
commit 7766c80c6a
11 changed files with 121 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ export class DeleteConfirmationScene {
cancel_btn.onclick = null;
delete_btn.onclick = null;
};
this.is_transient = function () { return false; };
this.release = function () {
if (delete_req !== null) {
delete_req.abort();