mirror of https://github.com/zulip/zulip.git
dialog_widget: Mention post_render in optional parameters for launch().
This commit is contained in:
parent
5d136887b5
commit
57b8e43dbb
|
@ -86,6 +86,7 @@ export function launch(conf) {
|
|||
// * on_shown: Callback to run when the modal is shown.
|
||||
// * on_hide: Callback to run when the modal is triggered to hide.
|
||||
// * on_hidden: Callback to run when the modal is hidden.
|
||||
// * post_render: Callback to run after the modal body is added to DOM.
|
||||
|
||||
for (const f of mandatory_fields) {
|
||||
if (conf[f] === undefined) {
|
||||
|
|
Loading…
Reference in New Issue