Listener with Modal Layout #2291
-
Is this possible? I'm trying to update the modal's Does it only work for other types of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry about this, just realized I was making a mistake by defining the You may delete this if you find appropriate to do so, apologies for not thinking this through. |
Beta Was this translation helpful? Give feedback.
Sorry about this, just realized I was making a mistake by defining the
Layout::modal
inside theListener
, so after reversing the flow (basically calling theListener
fromLayout::modal
) it works fine now.You may delete this if you find appropriate to do so, apologies for not thinking this through.