We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25f6eb commit 3c5c816Copy full SHA for 3c5c816
src/classes/project-data.js
@@ -328,7 +328,7 @@ class ProjectData {
328
* Otherwise does `xor` bitwise operation with `iconAdjustable` and 3.
329
* Number `3` stands for converting 1->2 and 2->1.
330
*/
331
- changeIconPosition: function () {
+ toggleIconPosition: function () {
332
if (!this.isIconPositionAdjustable()) {
333
throw new IconAdjustableError('Icon position is not adjustable.')
334
}
0 commit comments