← Back to all updates

Fix first-click glitch in note tag addition

Commit: c1f4c0a

Resolved an issue affecting the first click when adding tags to notes.

Changes

  • Corrected event handling in the tag input field to ensure proper focus.
  • Adjusted the SwiftUI state management to prevent premature UI updates.
  • Refined the gesture recognizer logic to eliminate glitches on initial clicks.