Fix launch url

pull/13/head
singerdmx 4 years ago
parent 3450cf6e7f
commit da4f8e2494
  1. 5
      lib/widgets/editor.dart

@ -363,10 +363,7 @@ class _QuillEditorSelectionGestureDetectorBuilder
}
void _launchUrl(String url) async {
bool ok = await canLaunch(url);
if (ok) {
await launch(url);
}
await launch(url, forceWebView: true);
}
@override

Loading…
Cancel
Save