Skip to content

Commit

Permalink
Remove return.
Browse files Browse the repository at this point in the history
  • Loading branch information
amovar18 committed Jan 20, 2025
1 parent 461df5a commit 70ebf86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ app.play = (resumed = false, doNotPlay = false) => {

if (app.bubbles.isExpanded) {
app.minimiseBubbleActions();
return;
}

app.timeline.isPaused = false;
Expand Down Expand Up @@ -117,6 +116,7 @@ app.minimiseBubbleActions = () => {
bubbles.generateBubbles(true);
app.bubbles.isExpanded = false;
bubbles.showMinifiedBubbles();
app.timeline.pausedReason;
if (app.timeline.pausedReason === 'userClick') {
return;
}
Expand Down

0 comments on commit 70ebf86

Please sign in to comment.