adasdccc
This commit is contained in:
@@ -415,6 +415,8 @@
|
||||
if (el.isContentEditable || el.getAttribute('contenteditable') === 'true') return;
|
||||
const modelHtml = String(target.get ? target.get('content') || '' : '').trim();
|
||||
if (!modelHtml) return;
|
||||
const viewHtml = String(el.innerHTML || '').trim();
|
||||
if (viewHtml) return;
|
||||
const apply = () => {
|
||||
try {
|
||||
const current = String(el.innerHTML || '').trim();
|
||||
|
||||
Reference in New Issue
Block a user