Integration Part 2
So the journey of integrating with the sister project continues. Last week, I had the issue of not being able to open the IDE in a new tab programmatically as the browser’s pop-up blocker is preventing it from doing so. As mentioned before, the reason is because of the fact that a new tab is being open as a result of an asynchronous operation and not by the user’s action. The solution is very simple actually. The moment the user Read more