Describe the bug
In the audio task, when I click the audio waveform, the audio playing pointer does not move to the position of my mouse pointer, resulting in that every time I want to listen to a part in the middle, I always listen from the beginning.

To Reproduce
Steps to reproduce the behavior:
Expected behavior
The audio playing pointer move to the position of my mouse pointer.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
This problem does not exist in the ’interface preview‘ in the ‘Setup’, but it will appear when labeling.
This issue was also mentioned here: https://github.com/heartexlabs/label-studio/issues/306
Please, try the latest commits from the master branch. I hope it's fixed there.
Thank you for response, I'll try it!
I've tried the latest commits, but the bug is still active :(
@SN4KEBYTE Could you send your http://localhost:8080/version page? (or label-studio version)
@makseq
{
"package": {
"version": "1.0.1",
"short_version": "1.0",
"latest_version_from_pypi": "1.0.1",
"latest_version_upload_time": "2021-04-05T19:13:41",
"current_version_is_outdated": false
},
"backend": {
"commit": "71278b",
"date": "2021-04-05 11:30:54 -0700",
"branch": "master",
"version": "1.0.0+87.g71278b0b"
},
"label-studio-frontend": {
"commit": "5164462ced2fe8a0bbdd7cd9c4a5bec3772577ab",
"branch": "master",
"date": "2021-03-31T10:57:00Z"
},
"dm2": {
"commit": "7751a996682f145d651123af27286f4f392c293c",
"branch": "master",
"date": "2021-04-02T13:15:22Z"
}
}
I see you are using LS backend from 05 April, but we fixed it about 14 days ago: https://github.com/heartexlabs/label-studio/pull/806
I recommend you to use master branch to solve this trouble.
Thank you, this problem was solved!
I've tested it on WSL2 Ubuntu 20.04, but on Windows 10 I had an error while creating project.
@SN4KEBYTE What problem did you have on Windows?