|
|
@ -1726,8 +1726,7 @@ class QuillRawEditorState extends EditorState |
|
|
|
ScrollToDocumentBoundaryIntent: NavigateToDocumentBoundaryAction(this), |
|
|
|
ScrollToDocumentBoundaryIntent: NavigateToDocumentBoundaryAction(this), |
|
|
|
|
|
|
|
|
|
|
|
// Paging and scrolling |
|
|
|
// Paging and scrolling |
|
|
|
ExtendSelectionVerticallyToAdjacentPageIntent: |
|
|
|
ExtendSelectionVerticallyToAdjacentPageIntent: _adjacentPageAction, |
|
|
|
_makeOverridable(_adjacentPageAction), |
|
|
|
|
|
|
|
ScrollIntent: QuillEditorScrollAction(this), |
|
|
|
ScrollIntent: QuillEditorScrollAction(this), |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|