Register a "bring to front" callback for the currently rendering remote prompt. Dialog-based renderers store () => dialog.bringToFront() so the initiative overlay can activate any stack entry without cancelling it.
() => dialog.bringToFront()
Register a "bring to front" callback for the currently rendering remote prompt. Dialog-based renderers store
() => dialog.bringToFront()so the initiative overlay can activate any stack entry without cancelling it.