We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6531b95 + 54bc959 commit 86a10d6Copy full SHA for 86a10d6
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