diff --git a/lib/src/widgets/raw_editor/raw_editor_state.dart b/lib/src/widgets/raw_editor/raw_editor_state.dart index 01e328b0..5b9418dc 100644 --- a/lib/src/widgets/raw_editor/raw_editor_state.dart +++ b/lib/src/widgets/raw_editor/raw_editor_state.dart @@ -1726,8 +1726,7 @@ class QuillRawEditorState extends EditorState ScrollToDocumentBoundaryIntent: NavigateToDocumentBoundaryAction(this), // Paging and scrolling - ExtendSelectionVerticallyToAdjacentPageIntent: - _makeOverridable(_adjacentPageAction), + ExtendSelectionVerticallyToAdjacentPageIntent: _adjacentPageAction, ScrollIntent: QuillEditorScrollAction(this), };