You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix modal crash on macOS/iOS where apply/cancel buttons were hidden by clipping Obsidian's modal overflow
Resolve onChange is not a function error in color picker by capturing ColorComponent correctly from the
callback parameter
Fix TypeScript strictness warnings β eliminated all any types and eslint-disable comments, replaced with
proper ColorComponent | undefined typing and safe typeof checks