Skip to main content
Participant
December 14, 2020
Question

Photoshop panel does not catch dispatched event from JSX anymore till script ends

  • December 14, 2020
  • 0 replies
  • 155 views

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!

This topic has been closed for replies.