diff --git a/lib/src/editor/block_component/image_block_component/image_block_component.dart b/lib/src/editor/block_component/image_block_component/image_block_component.dart index 499533b03..0727ea95a 100644 --- a/lib/src/editor/block_component/image_block_component/image_block_component.dart +++ b/lib/src/editor/block_component/image_block_component/image_block_component.dart @@ -197,7 +197,8 @@ class ImageBlockComponentWidgetState extends State node: node, delegate: this, listenable: editorState.selectionNotifier, - dragAndDropListenable: editorState.dragAndDropSelectionNotifier, + dragAndDropListenable: + editorState.dragAndDropSelectionNotifier, cursorColor: editorState.editorStyle.cursorColor, selectionColor: editorState.editorStyle.selectionColor, child: child!,