fix rich editor embed image original
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
export let editable = true;
|
||||
|
||||
export function insertMedia(info) {
|
||||
|
||||
let insertText = "";
|
||||
if (info.record._file.width > 0) {
|
||||
insertText = ``;
|
||||
|
||||
Reference in New Issue
Block a user