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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Split Format state into 4 parts:
Pendable format (B/I/U/Strikethrough/superscript/subscript)
Element based format (Bullet, numbering. quote, link, image, header)
Style based format (font name, font size, colors)
(deprecated) Editor managed state (canundo, canredo)
Add functions to get format state of 1.1, 1.2, 1.3, so that user only need to get subset of the format state when need. This is to save the call to getComputedStyles()
Don't call getComputedStyles() when initialize editor if default format already contains everything
Fix dts tool to support multiple extends
Allow Hyperlink onLinkClick to fall back to default handling to reduce redundant code
Fix a bug that auto link can't be triggered by ENTER key
Ctrl+Click to a hyperlink needs to check mouse button