Skip to content

Commit 2a0a7b8

Browse files
examples(project-data): change changeIconPosition to toggleIconPosition.
1 parent 3c5c816 commit 2a0a7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/project-data/update-project-data-partial-advanced.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async function sample () {
7373
}
7474
// check if icon position is adjustable, then change the icon position
7575
if (screens[0].isIconPositionAdjustable()) {
76-
screens[0].changeIconPosition()
76+
screens[0].toggleIconPosition()
7777
}
7878

7979
const areas = screens[0].getAreas()

0 commit comments

Comments
 (0)