feat: active recording

This commit is contained in:
karishmas6
2024-06-07 23:48:30 +05:30
parent e4b61768e6
commit 4b06903c88

View File

@@ -96,6 +96,7 @@ export class WorkflowGenerator {
socket.on('new-recording', () => this.workflowRecord = {
workflow: [],
} );
socket.on('activeIndex', (data) => this.generatedData.lastIndex = parseInt(data));
};