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
Only update simplemde value if the value has changed
Fixes an issue where react renders because of a change that doesn't involve simpleMDE, and the cursor in simpleMDE would go to the top. Traced it down to this, we should only be setting the `simplemde.value` if the next value does not equal the current value.
0 commit comments