@ -540,15 +540,15 @@ class QuillRawEditorState extends EditorState
child = BaselineProxy (
child = BaselineProxy (
textStyle: _styles ! . paragraph ! . style ,
textStyle: _styles ! . paragraph ! . style ,
padding: baselinePadding ,
padding: baselinePadding ,
child: QuillSingleChildScrollView (
child: _scribbleFocusable (
controller: _scrollController ,
QuillSingleChildScrollView (
physics: widget . configurations . scrollPhysics ,
controller: _scrollController ,
viewportBuilder: ( _ , offset ) = > CompositedTransformTarget (
physics: widget . configurations . scrollPhysics ,
link: _toolbarLayerLink ,
viewportBuilder: ( _ , offset ) = > CompositedTransformTarget (
child: MouseRegion (
link: _toolbarLayerLink ,
cursor: SystemMouseCursors . text ,
child: MouseRegion (
child: _scribbleFocusable (
cursor: SystemMouseCursors . text ,
QuilRawEditorMultiChildRenderObject (
child: QuilRawEditorMultiChildRenderObject (
key: _editorKey ,
key: _editorKey ,
offset: offset ,
offset: offset ,
document: doc ,
document: doc ,
@ -574,13 +574,13 @@ class QuillRawEditorState extends EditorState
) ,
) ,
) ;
) ;
} else {
} else {
child = CompositedTransformTarget (
child = _scribbleFocusable (
link: _toolbarLayerLink ,
CompositedTransformTarget (
child: Semantics (
link: _toolbarLayerLink ,
child: MouseRegion (
child: Semantics (
cursor: SystemMouseCursors . text ,
child: MouseRegion (
child: _scribbleFocusable (
cursor: SystemMouseCursors . text ,
QuilRawEditorMultiChildRenderObject (
child: QuilRawEditorMultiChildRenderObject (
key: _editorKey ,
key: _editorKey ,
document: doc ,
document: doc ,
selection: controller . selection ,
selection: controller . selection ,