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
Yikes, it is always null here. I admittedly can not recall at this moment why this is, but I believe it's because we don't actually need the value because we're not managing state. Regardless, the inconsistency remains. I'll likely add value to the cb since an explicit null isn't all that helpful. Thanks for bringing this up 👍
@euZebe Fixed with the 4.0.1 release. Note that value in this callback is actually the old value since we're getting it before a change (in the case of uncontrolled)
value parameter seems to always be null in onBeforeChange(editor,_ data, value, next) for an uncontrolled codemirror ; did I miss something ?
The text was updated successfully, but these errors were encountered: