feat: prevent premature reset of getList

This commit is contained in:
karishmas6
2024-09-09 01:22:35 +05:30
parent fabb2a2b20
commit e84a1bbdbc

View File

@@ -527,8 +527,6 @@ export class WorkflowGenerator {
this.socket.emit('highlighter', { rect, selector: displaySelector, elementInfo });
}
}
// reset getList after usage
this.getList = false;
}
/**