Re: [pgAdmin4][Patch]: RM #3734 "Error Message displayed once useruse debugger and execute procedure list_emp 5 times with fast speed" - Mailing list pgadmin-hackers
From
Dave Page
Subject
Re: [pgAdmin4][Patch]: RM #3734 "Error Message displayed once useruse debugger and execute procedure list_emp 5 times with fast speed"
Attached is the patch to fix RM #3734 "Error Message displayed once user use debugger and execute procedure list_emp 5 times with fast speed".
Solution: I have wrapped the logic to enable "Continue" button in setTimeout() function with the sleep of 500ms. This is not the exact solution, but it works for me.