dialog_widget: Mention post_render in optional parameters for launch().

This commit is contained in:
Dinesh 2022-03-07 21:51:30 +05:30 committed by Tim Abbott
parent 5d136887b5
commit 57b8e43dbb
1 changed files with 1 additions and 0 deletions

View File

@ -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) {