Photoshop panel does not catch dispatched event from JSX anymore till script ends
My panel running jsx code and in the middle of script it calls manual transform, and dispatch message to addEventListener in main.js. This message showing directly on panel with addEventListener function, it is info what exactly file is opened now etc...
The panel is completely freezed till script ends. I tried to call "alert" function inside addEventListener in main.js to check if it's working and this alert showed only when script was ended completely. So, all dispatched events are working only when script completed it's work
Thank for everyone!