mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
timeout on safari download page close
This commit is contained in:
@@ -25,6 +25,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.close();
|
window.setTimeout(() => window.close(), 1500);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user