fix: Repair blend mode stacking context in canvas and display mode in live preview
This commit is contained in:
@@ -356,6 +356,7 @@ export function compileExpressToTimeline(
|
||||
blendMode: field.style.blendMode,
|
||||
layerId,
|
||||
isBrandElement: field.nature === 'brand-variable',
|
||||
brandDisplayMode: 'overlay',
|
||||
isLocked: field.nature === 'static',
|
||||
elementName: field.label,
|
||||
// Placeholder mode for empty media fields
|
||||
@@ -429,6 +430,7 @@ export function compileExpressToTimeline(
|
||||
opacity: field.style.opacity ?? 100,
|
||||
layerId,
|
||||
isBrandElement: field.type === 'logo',
|
||||
brandDisplayMode: 'overlay',
|
||||
isLocked: false,
|
||||
elementName: field.label,
|
||||
// Placeholder mode for empty media fields
|
||||
|
||||
Reference in New Issue
Block a user