Skip to content

Commit

Permalink
[twisty] Start with setup if there is a setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 17, 2021
1 parent d729dc0 commit 6ddb575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cubing/twisty/dom/TwistyPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export class TwistyPlayer extends ManagedCustomElement {
);
}
this.setCursor(cursor);
if (initial) {
if (initial && this.experimentalStartSetup.nestedUnits.length === 0) {
this.timeline.jumpToEnd();
}
switch (this.visualization) {
Expand Down

0 comments on commit 6ddb575

Please sign in to comment.