moveToBeginningOfDocumentAndModifySelection function

void moveToBeginningOfDocumentAndModifySelection(
  1. SuperEditorContext context
)

Implementation

void moveToBeginningOfDocumentAndModifySelection(SuperEditorContext context) {
  context.commonOps.moveSelectionToBeginningOfDocument(expand: true);
}