Make close_func being called if the dialog is closed, not cancelled

This commit is contained in:
Pablo Zmdl
2025-07-25 15:48:54 +02:00
parent f1d30067d0
commit 68eac0df53

View File

@@ -8848,6 +8848,8 @@ function rcube_webmail() {
});
}
options.close = close_func;
return this.show_popup_dialog(content, title, buttons, options);
};