Skip to content

Commit 66875ac

Browse files
Tweak shapes article
1 parent db5af4a commit 66875ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/powerpoint/shapes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ await PowerPoint.run(async (context) => {
155155

156156
const shapes = slide.shapes;
157157
const shapeGroups = shapes.items.filter((item) => item.type === PowerPoint.ShapeType.group);
158-
if (shapeGroups.length == 0) {
158+
if (shapeGroups.length === 0) {
159159
console.warn("No shape groups on the current slide, so nothing to ungroup.");
160160
return;
161161
}

0 commit comments

Comments
 (0)