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
it looks like the following should be added in compose/rules.js after line 21 if (previous && next && !previous.match(noWordEndRegExp) && !next.match(noWordStartRegExp)){ return return "\u201D"; }