TF1473: Fixed cursor of typing when insert a image
(cherry picked from commit e747c8951ab6557eeb6da648d30e455c151c8d40)
This commit is contained in:
@@ -145,7 +145,7 @@ class RichTextWebController extends BaseRichTextController {
|
||||
if (image.source == ImageSource.network) {
|
||||
editorController.insertNetworkImage(image.link!);
|
||||
} else {
|
||||
editorController.insertHtml(image.base64Uri ?? '');
|
||||
editorController.insertHtml("<div>${image.base64Uri ?? ''}</div><br>");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user