8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2015eb commit 1ce0152Copy full SHA for 1ce0152
libraries/botbuilder-dialogs/botbuilder/dialogs/dialog.py
@@ -125,7 +125,7 @@ async def on_dialog_event(
125
126
# Bubble as needed
127
if (not handled) and dialog_event.bubble and dialog_context.parent:
128
- handled = await dialog_context.parent.emit(
+ handled = await dialog_context.parent.emit_event(
129
dialog_event.name, dialog_event.value, True, False
130
)
131
0 commit comments