mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.
Thanks to danger89 and xet7 ! Related #2949
This commit is contained in:
parent
55d8d26b34
commit
7e4b791c29
11 changed files with 2963 additions and 2351 deletions
|
|
@ -45,6 +45,7 @@
|
|||
# https://github.com/wekan/wekan/issues/2949
|
||||
export SCROLLINERTIA=0
|
||||
export SCROLLAMOUNT=auto
|
||||
export SCROLLDELTAFACTOR=auto
|
||||
#---------------------------------------------------------------
|
||||
# ==== CARD OPENED, SEND WEBHOOK MESSAGE ====
|
||||
export CARD_OPENED_WEBHOOK_ENABLED=false
|
||||
|
|
@ -363,7 +364,7 @@
|
|||
# example : LOGOUT_ON_MINUTES=55
|
||||
#export LOGOUT_ON_MINUTES=
|
||||
#---------------------------------------------------------------------
|
||||
# PASSWORD_LOGIN_ENABLED : Enable or not the password login form.
|
||||
# PASSWORD_LOGIN_ENABLED : Enable or not the password login form.
|
||||
#export PASSWORD_LOGIN_ENABLED=true
|
||||
|
||||
node main.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue