Skip to content

Commit

Permalink
IBX-8066: Added dispatch event "ibexa-inputs:added" for new item (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski authored Apr 12, 2024
1 parent bddfbfe commit f98a3d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/Resources/public/js/scripts/fieldType/ezmatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

this.reinit();
this.updateDisabledState(matrixNode);

doc.body.dispatchEvent(new CustomEvent('ibexa-inputs:added'));
}

findCheckedEntries(node) {
Expand Down

0 comments on commit f98a3d0

Please sign in to comment.