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
Use object identity for simple editor position checks
We already use object identity for this prop with Ace (and Redux helps
us keep it stable) and this allows a person to click the link a second
time and get the code re-selected. Since the prop doesn't change
value, the second click does nothing with a value-based test.
0 commit comments