Question
How to know if a user is editing text layer
I am developing a CEP.
app.project.xmpPacket = metadata.serialize();We have found that calling the xmpPacket setter when a user is editing a text layer forces the user out of the text layer editing state.
How do I know if the user is in the middle of editing text to avoid this, or some other good way to do this?
Thank you.
