Question
Text Highlight interrupts the script
Hello!
Since Photoshop 26.0.0 release, I've noticed some changes during the process of my scripts.
Everytime I use an instruction to edit some text features, the text is getting highlighted (selected) and the script is interrupted (until I press enter)

Examples of text editing:
layer.tracking = 0;
layer.verticalScale = 100;
layer.horizontalScale = 100;
layer.font = someFont;
layer.size = someSize;(with that example, I need to press enter before each instruction to be applied...)
Before the update, it was working well; all modifications were applied to the text in a row.
Does anyone have an idea of why this behaviour is occurring? I would really appreciate your help since my script is now totally useless...
