The generic multifield dialog handler restores the previous dialogs by using the CSS selector coral-dialog coral-dialog-content. The problem arises as soon as multiple dialogs match this selector. That's why the selector has to be changed to select only the dialog which is active (has class is-open).
The generic multifield dialog handler restores the previous dialogs by using the CSS selector
coral-dialog coral-dialog-content
. The problem arises as soon as multiple dialogs match this selector. That's why the selector has to be changed to select only the dialog which is active (has classis-open
).