TF-1033: able share other file not media file
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ class RichTextMobileTabletController extends BaseRichTextController {
|
||||
htmlEditorApi?.insertImageLink(image.link!);
|
||||
} else {
|
||||
await htmlEditorApi?.moveCursorAtLastNode();
|
||||
htmlEditorApi?.insertHtml(image.base64Uri ?? '');
|
||||
await htmlEditorApi?.insertHtml(image.base64Uri ?? '');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user