Skip to content

How to change the mouse hover cursor for readOnly mode? #1935

Closed
@geronimol

Description

@geronimol

Is there an existing issue for this?

The question

Tried this on Web and MacOS using flutter_quill 9.4.4, but didn't work for me.

Am I doing something wrong?

_controller = QuillController(
        document: delta,
        selection: const TextSelection.collapsed(offset: 0),
        readOnly: true,
      );
return QuillEditor.basic(
      configurations: QuillEditorConfigurations(
        controller: _controller,
        scrollable: false,
        enableInteractiveSelection: false,
        readOnlyMouseCursor: SystemMouseCursors.grab,
      ),
    );

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions