Skip to content

GestureController.goto (): fix progress check#2810

Merged
lenemter merged 1 commit into
mainfrom
lenemter/fix-goto
Apr 6, 2026
Merged

GestureController.goto (): fix progress check#2810
lenemter merged 1 commit into
mainfrom
lenemter/fix-goto

Conversation

@lenemter

@lenemter lenemter commented Apr 4, 2026

Copy link
Copy Markdown
Member

Fixes #2724 for me

I think what's happening here is:

  1. We're calling goto multiple times per frame with 0 (show) then 1 (hide)
  2. Sometimes when the switch from 0 to 1 happens, current progress is 1 (because the dock is hidden), but the timeline exists and it's changing the progress to 0

@lenemter lenemter requested a review from leolost2605 April 4, 2026 13:26

@leolost2605 leolost2605 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes that makes so much sense! I noticed the same thing when investigating the active workspace in the mtv sometimes being wrong and fixed it in #2787 but ig i shouldve made it a separate pr

@lenemter lenemter force-pushed the lenemter/fix-goto branch from d6448f1 to ddbbc17 Compare April 6, 2026 10:32
@lenemter lenemter merged commit 3056cf5 into main Apr 6, 2026
6 checks passed
@lenemter lenemter deleted the lenemter/fix-goto branch April 6, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When using wl-copy/wl-paste (wl-clipboard) the dock shows up although Terminal is maximized

2 participants