mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Remove confetti module from memory after sharing process
This commit is contained in:
@@ -269,6 +269,9 @@
|
||||
document.getElementById("zen-rice-share-error").setAttribute("hidden", "true");
|
||||
document.getElementById("zen-rice-share-success").setAttribute("hidden", "true");
|
||||
document.getElementById("zen-rice-share-options").setAttribute("zen-collapsed", "true");
|
||||
|
||||
// Remove confetti module from memory
|
||||
this.confetti = null;
|
||||
}
|
||||
|
||||
cancel() {
|
||||
|
Reference in New Issue
Block a user