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
All major browsers refuse to execute execCommand() recursively and return false, e.g. when calling it inside an input event handler as a result of another execCommand(). This is missing from the current spec.