Skip to content

Commit

Permalink
Always keep overlay icon over previews raised to top in timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheeler committed Dec 23, 2023
1 parent 5dc96b3 commit 8ad3dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timelineSwitcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export class TimelineSwitcher extends Switcher {
if (distance === this._previews.length - 1 && direction > 0) {
preview.__looping = true;
preview.make_top_layer(this.previewActor);
this._raiseIcons();
this._manager.platform.tween(preview, {
x: preview.target_x + 200,
y: preview.target_y + 100,
Expand Down

0 comments on commit 8ad3dbb

Please sign in to comment.