diff --git a/src/gen-objects.ts b/src/gen-objects.ts index bc205a1fd..0119d20e3 100644 --- a/src/gen-objects.ts +++ b/src/gen-objects.ts @@ -839,7 +839,7 @@ export function addTextDefinition(target: ISlideLib, text: string | IText[], opt } // A.2: Placeholder should inherit their bullets or override them, so don't default them - if (!opt.placeholder || isPlaceholder) { + if (opt.placeholder || isPlaceholder) { opt.bullet = opt.bullet || false }