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
Easy to reproduce by using an editor in JS mode and writing a function like
function() {
}
when you hit enter and type the } two changes get fired which messes up the checking logic. probably need some more involved testing to deal with this.
The text was updated successfully, but these errors were encountered:
Easy to reproduce by using an editor in JS mode and writing a function like
when you hit enter and type the
}
two changes get fired which messes up the checking logic. probably need some more involved testing to deal with this.The text was updated successfully, but these errors were encountered: