[Photoshop UXP] alert and confirm modal functions stopped working after an update
Hello! I want to raise what I think is an issue I found with the Photoshop API.
In a plugin that I'm developing for Photoshop using UXP, I was relying on the alert and confirm functions (which according to the last docs I could find here should be supported) but after a certain update, they are simply not defined.
I'm still trying to track down the exact version where this stops working but having the same piece of code I can see a modal for sure in version 25.3.1:
(title blurred in red just due to sensitive information)
But running the same piece of code in the current last version 25.6 I'm getting the following error:
Sadly I can't share the code I'm running due to license. I'll probably keep tracking down the version where this issue starts happening and will work on isolating the issue in a new sample plugin, just to make sure this bug is not coming from another issue in this project
