Skip to content

Commit

Permalink
added additional load call for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreywolf committed Nov 28, 2023
1 parent 127351d commit ea51676
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class PowerPointService extends OfficeService {

for (let shapeIndex = 0; shapeIndex < shapes.items.length; shapeIndex++) {
const shape = shapes.items[shapeIndex];
shape.load('tags');
await context.sync();

try{
Expand Down

0 comments on commit ea51676

Please sign in to comment.