Fix Import issue (#61)

* Remove conditional import

* fix pickWeb

* Fix all issues

* fix import issue

Co-authored-by: Xin Yao <singerdmx@gmail.com>
pull/63/head
Rishi Raj Singh 4 years ago committed by GitHub
parent a6983d2ca6
commit c282f3c1c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/widgets/editor.dart

@ -110,6 +110,7 @@ Widget _defaultEmbedBuilder(BuildContext context, leaf.Embed node) {
}
Widget _defaultEmbedBuilderWeb(BuildContext context, leaf.Embed node) {
var ui = UniversalUI();
switch (node.value.type) {
case 'image':
String imageUrl = node.value.data;

Loading…
Cancel
Save