Skip to content

Commit b8dfa25

Browse files
committed
chore(slide): add imgProps to unsupported tags
1 parent 524de1f commit b8dfa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/slide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class Slide implements ISlide {
102102
* List of unsupported tags in slide xml
103103
* @internal
104104
*/
105-
unsupportedTags = ['p:custDataLst', 'mc:AlternateContent'];
105+
unsupportedTags = ['p:custDataLst', 'mc:AlternateContent', 'a14:imgProps'];
106106

107107
constructor(params: {
108108
presentation: IPresentationProps;

0 commit comments

Comments
 (0)