Remove overridable action from PageIntent processing

pull/2025/head
AtlasAutocode 9 months ago
parent 1cf96361c9
commit ce7152b674
  1. 3
      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),
};

Loading…
Cancel
Save