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