Skip to content

Minor Fixes & Enhancements#49

Open
NeoByteXx wants to merge 2 commits into
trailofbits:mainfrom
NeoByteXx:main
Open

Minor Fixes & Enhancements#49
NeoByteXx wants to merge 2 commits into
trailofbits:mainfrom
NeoByteXx:main

Conversation

@NeoByteXx

Copy link
Copy Markdown

Change:
Before: $0\not\in \zns{p}$
After: $0\notin \zns{p}$
Reason: Corrected LaTeX notation for "not an element of" to maintain mathematical consistency.

Change:
Before: localStorage.setItem("menu.scrollTop", menu.scrollTop);
After: localStorage.setItem("menu.scrollTop", menu.scrollTop || 0);
Reason: Prevents null or undefined values, ensuring smooth menu state restoration.

@NeoByteXx NeoByteXx requested a review from fcasal as a code owner February 20, 2025 18:34
@CLAassistant

CLAassistant commented Feb 20, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

2 participants