|
|
@ -277,10 +277,10 @@ class _QuillEditorState extends State<QuillEditor> |
|
|
|
widget.placeholder, |
|
|
|
widget.placeholder, |
|
|
|
widget.onLaunchUrl, |
|
|
|
widget.onLaunchUrl, |
|
|
|
ToolbarOptions( |
|
|
|
ToolbarOptions( |
|
|
|
copy: widget.enableInteractiveSelection, |
|
|
|
copy: true, |
|
|
|
cut: widget.enableInteractiveSelection, |
|
|
|
cut: widget.enableInteractiveSelection, |
|
|
|
paste: widget.enableInteractiveSelection, |
|
|
|
paste: widget.enableInteractiveSelection, |
|
|
|
selectAll: widget.enableInteractiveSelection, |
|
|
|
selectAll: true, |
|
|
|
), |
|
|
|
), |
|
|
|
theme.platform == TargetPlatform.iOS || |
|
|
|
theme.platform == TargetPlatform.iOS || |
|
|
|
theme.platform == TargetPlatform.android, |
|
|
|
theme.platform == TargetPlatform.android, |
|
|
|