|
|
@ -1687,7 +1687,7 @@ class QuillRawEditorState extends EditorState |
|
|
|
QuillEditorApplyHeaderIntent: _applyHeaderAction, |
|
|
|
QuillEditorApplyHeaderIntent: _applyHeaderAction, |
|
|
|
QuillEditorApplyCheckListIntent: _applyCheckListAction, |
|
|
|
QuillEditorApplyCheckListIntent: _applyCheckListAction, |
|
|
|
QuillEditorApplyLinkIntent: QuillEditorApplyLinkAction(this), |
|
|
|
QuillEditorApplyLinkIntent: QuillEditorApplyLinkAction(this), |
|
|
|
ScrollToDocumentBoundaryIntent: UpdateCursorLocationAction(this) |
|
|
|
ScrollToDocumentBoundaryIntent: NavigateToDocumentBoundaryAction(this) |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
@override |
|
|
|
@override |
|
|
|