-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Would be possible to export morphAttrs ? I find it useful on onBeforeElUpdated where only the attributes should be patched. e.g
morphdom(fromEl, toEl, {
onBeforeElUpdated: function (fromEl, toEl) {
if (fromEl.id === "skip" && toEl.id === "skip") {
morphAttrs(toEl, fromEl);
return true;
}
}
});
Metadata
Metadata
Assignees
Labels
No labels