@ -578,9 +578,9 @@ class QuillEditorInsertEmbedIntent extends Intent {
final Attribute type;
}
class UpdateCursorLocationAction
class NavigateToDocumentBoundaryAction
extends ContextAction<ScrollToDocumentBoundaryIntent> {
UpdateCursorLocationAction(this.state);
NavigateToDocumentBoundaryAction(this.state);
final QuillRawEditorState state;
@ -1687,7 +1687,7 @@ class QuillRawEditorState extends EditorState
QuillEditorApplyHeaderIntent: _applyHeaderAction,
QuillEditorApplyCheckListIntent: _applyCheckListAction,
QuillEditorApplyLinkIntent: QuillEditorApplyLinkAction(this),
ScrollToDocumentBoundaryIntent: UpdateCursorLocationAction(this)
ScrollToDocumentBoundaryIntent: NavigateToDocumentBoundaryAction(this)
};
@override