SIGN IN SIGN UP

Prevent selection change handling when isUpdating is true in TextViewRepresentable

This change adds a check for the isUpdating flag in the
textViewDidChangeSelection method for both AppKit and UIKit implementations,
ensuring the delegate doesn't respond to selection changes triggered by
programmatic updates. This prevents unintended side effects during updates.
M
Marcin Krzyzanowski committed
4a1b90d8336762a97f730d5cef08a0119469b0d6
Parent: 955c5d6