mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-12 17:55:19 +00:00
chore: Fix merge issue
This commit is contained in:
@@ -156,8 +156,6 @@ void main() {
|
||||
|
||||
#onComplete = null;
|
||||
|
||||
#onComplete = null;
|
||||
|
||||
/**
|
||||
* @param {Document} document Webpage document
|
||||
*/
|
||||
@@ -487,7 +485,6 @@ void main() {
|
||||
* @param {Element} element The element to dissolve
|
||||
* @param {Function} onComplete Callback for when the animation is complete
|
||||
*/
|
||||
dissolve(element, onComplete) {
|
||||
dissolve(element, onComplete) {
|
||||
if (!this.#initialized || this.#hasTriggered || !element) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user