lets try normalizing the dom before applying a patch
parent
828a685ba8
commit
36aee2d174
|
@ -393,6 +393,11 @@ define([
|
|||
inner.getAttribute('contenteditable'));
|
||||
|
||||
restoreMediaTags(userDocStateDom, mediaTagMap);
|
||||
|
||||
// Deal with adjasent text nodes
|
||||
userDocStateDom.normalize();
|
||||
inner.normalize();
|
||||
|
||||
var patch = (DD).diff(inner, userDocStateDom);
|
||||
(DD).apply(inner, patch);
|
||||
displayMediaTags(framework, inner, mediaTagMap);
|
||||
|
|
Loading…
Reference in New Issue