印花图层等禁止添加图层

This commit is contained in:
李志鹏
2026-01-12 09:42:07 +08:00
parent 7fc0e3bace
commit 85a158ea3e
8 changed files with 9 additions and 8 deletions

View File

@@ -3271,7 +3271,7 @@ export class LayerManager {
* @private
*/
_setupGroupMaskMovementSync(activeSelection, layer) {
if (!activeSelection || !layer || !layer.clippingMask || layer.isFixedClipMask) {
if (!activeSelection || !layer || !layer.clippingMask || layer.isPrintTrimsGroup) {
return;
}