mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-01 04:36:24 +00:00
Fix MessageComponent 'next' button
This commit is contained in:
@ -43,4 +43,8 @@ export class MessagesComponent implements OnInit {
|
||||
this.command_handlers[event.data.command](event.data);
|
||||
});
|
||||
}
|
||||
|
||||
stepFSM() {
|
||||
this.websocketService.sendJSON({key: '', trigger: 'step_next'});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user