Skip to content

Conversation

mayuran-deriv
Copy link
Contributor

No description provided.

Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Comment on lines +9 to +11
window.addEventListener("load", function () {
clickElementWithAriaLabel("Minimize window");
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
window.addEventListener("load", function () {
clickElementWithAriaLabel("Minimize window");
});

this is not needed, basically you are running the function twice.

clickElementWithAriaLabel("Minimize window");
});

clickElementWithAriaLabel("Minimize window");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or this is not needed...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes we should remove this ,
because on refresh this is needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants