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

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

Loading…
Cancel
Save