-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
I have tried running example directory successfully before creating an issue
in read_only_page.dart, set showCursor to false
...
var quillEditor = QuillEditor(
controller: controller!,
scrollController: ScrollController(),
scrollable: true,
focusNode: _focusNode,
autoFocus: true,
readOnly: !_edit,
expands: false,
padding: EdgeInsets.zero,
showCursor: false, // add this
);
...Step 1: select text
Step 2: click copy
"selection point" should not show

record2021-04-06-11-31.mp4
Metadata
Metadata
Assignees
Labels
No labels