new(all): Additional interfaces for text processing in .gbapp.
This commit is contained in:
parent
a9eec73529
commit
56e475cae8
1 changed files with 1 additions and 1 deletions
|
@ -1238,7 +1238,7 @@ export class GBMinService {
|
|||
await CollectionUtil.asyncForEach(min.appPackages, async (e: IGBPackage) => {
|
||||
nextDialog = await e.onExchangeData(min, 'handleAnswer', data);
|
||||
});
|
||||
|
||||
data.step = null;
|
||||
await step.beginDialog(nextDialog ? nextDialog : '/answer', {
|
||||
data: data,
|
||||
query: text,
|
||||
|
|
Loading…
Add table
Reference in a new issue