Skip to content

Commit

Permalink
IBX-511: Add event for closing extra actions (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored Feb 3, 2022
1 parent 7f9243b commit 81999e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
menu.classList.remove(CLASS_EXPANDED);
}

doc.body.dispatchEvent(new CustomEvent('ibexa-extra-actions:after-close'));

removeBackdrop();
};

Expand Down

0 comments on commit 81999e1

Please sign in to comment.