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
Show a visible border when hover on Cotnent Model in demo site (#1756)
Interface changes
New parameter of API insertEntity
focusAfterEntity: When pass true, focus will be moved next to the entity. For inline entity, focus will be after right after the entity (and the delimiter if exist). For block entity, focus will be in the new empty line below the entity.
New event type and event object
BeforeKeyboardEditing: (Experimental feature) Editor content is about to be changed by keyboard event. This is only used by Content Model editing
New enum
PasteType: Used for paste options to determine which paste option user selected
New member in interface BeforePasteEventData
pasteType: Pate type option, as plain text, image, merge format or normal