We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6531b95 commit 54bc959Copy full SHA for 54bc959
1 file changed
diffDOM.js
@@ -567,14 +567,14 @@
567
// Comment or text node.
568
if (t1.nodeName === '#text') {
569
return [new Diff({
570
- action: 'modifyComment',
+ action: 'modifyTextElement',
571
route: route,
572
oldValue: t1.data,
573
newValue: t2.data
574
})];
575
} else {
576
577
- action: 'modifyTextElement',
+ action: 'modifyComment',
578
579
580
0 commit comments