Skip to content

Conversation

JF-Cozy
Copy link
Contributor

@JF-Cozy JF-Cozy commented Oct 13, 2025

we previously fix long press detection when scrolling #3510 but with the all refactoring done for the double click feature #3545 we replaced onTouchMove: someFunc by onTouchMove: clearTimeout(timerId.current), which is not correct.

So doing that, the "long press detection when scrolling" bug appears again. Here we deal with clearTimeout correctly

Copy link

bundlemon bot commented Oct 13, 2025

BundleMon

Unchanged files (21)
Status Path Size Limits
static/js/(chunkId).(hash).js
958.28KB -
static/js/cozy.(hash).js
870.82KB -
public/static/js/(chunkId).(hash).js
870.08KB -
public/static/js/cozy.(hash).js
727.75KB -
(hash).js
336.11KB -
public/(hash).js
336.11KB -
services/qualificationMigration.js
282.45KB -
services/dacc.js
262.26KB -
static/js/main.(hash).js
145.56KB -
public/static/js/public.(hash).js
109.31KB -
public/static/js/lib-react.(hash).js
39.24KB -
static/js/lib-react.(hash).js
39.24KB -
public/static/css/cozy.(hash).css
33.38KB -
static/css/cozy.(hash).css
33.38KB -
public/static/js/lib-router.(hash).js
21.86KB -
static/js/lib-router.(hash).js
21.86KB -
static/css/main.(hash).css
16.77KB -
public/static/css/public.(hash).css
6.46KB -
manifest.webapp
2.96KB -
index.html
690B -
assets/manifest.json
185B -

Total files change +5B 0%

Unchanged groups (3)
Status Path Size Limits
**/*.js
6.74MB -
**/*.{png,svg,ico}
2.17MB -
**/*.css
129.68KB -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@JF-Cozy JF-Cozy merged commit c7718ba into master Oct 13, 2025
4 checks passed
@JF-Cozy JF-Cozy deleted the fix/longPress branch October 13, 2025 13:36
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.

1 participant