mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v0.11.27
This commit is contained in:
parent
45827a2458
commit
aae8e0171e
|
@ -1,6 +1,6 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 11, 26)
|
||||
VERSION = (0, 11, 27)
|
||||
CODENAME = "the grid"
|
||||
BUILD_DT = (2021, 6, 25)
|
||||
|
||||
|
|
|
@ -875,7 +875,7 @@ function playpause(e) {
|
|||
|
||||
if (!is_touch)
|
||||
bar.onwheel = function (e) {
|
||||
var dist = Math.sign(e.deltaY) * 15;
|
||||
var dist = Math.sign(e.deltaY) * 10;
|
||||
if (Math.abs(e.deltaY) < 30 && !e.deltaMode)
|
||||
dist = e.deltaY;
|
||||
|
||||
|
@ -3013,4 +3013,4 @@ function reload_browser(not_mp) {
|
|||
reload_browser(true);
|
||||
mukey.render();
|
||||
msel.render();
|
||||
play_linked();
|
||||
play_linked();
|
||||
|
|
Loading…
Reference in a new issue