Fix launch url

pull/13/head
singerdmx 4 years ago
parent e46f4e3a3b
commit a6581cda10
  1. 2
      lib/widgets/editor.dart

@ -366,7 +366,7 @@ class _QuillEditorSelectionGestureDetectorBuilder
if (!url.startsWith('http')) { if (!url.startsWith('http')) {
url = 'https://$url'; url = 'https://$url';
} }
await launch(url, forceWebView: true); await launch(url);
} }
@override @override

Loading…
Cancel
Save