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 { void _launchUrl(String url) async {
bool ok = await canLaunch(url); await launch(url, forceWebView: true);
if (ok) {
await launch(url);
}
} }
@override @override

Loading…
Cancel
Save