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(sketch): handle empty and newline inputs in SketchInputListener
- Trim user input once and reuse it for checks and processing.
- Add explicit check for newline input to prevent unnecessary processing.
- Update compiled input to use trimmed input for consistency.
0 commit comments