Solved
Check if new item is added to the multifield
I want to call a JS function when a new item is added to the multifield. I have tried:
$(".cq-dialog").find("coral3-Button coral3-Button--secondary").on("click", funcName);
doesn't call my function.