Hi,
client.interface.trigger(“showModal”)
after opening a modal using the above code, I’m trying to trigger an confirm modal
client.interface.trigger(“showConfirm”)
but when I do this the existing modal collapses and the flow breaks.
Is this an know thing?
Thank you.