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
fix Firefox selection compability issue:
In Firefox a selection range may have startContainer != endContainer, but startContainer and endContainer both are text nodes, and their wrapping texts must be consecutive. This commit consider this situation and fix it.