Why does this not work?
All active layers are visible, I checked the documentation and merge exists as an option but when i try either this:
await app.activeDocument.activeLayers.merge()
or
await merge()
Nothing seems to happen, very confused, any help is much appreciated!
activeLayers never had a merge method. Layer has one. Not a solution, but this might give you some insight:
1 Like