Increase snapping speed

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-08-04 08:11:05 +02:00
parent 8c5cfe6c2a
commit 372cbbfe8e
No known key found for this signature in database
GPG Key ID: CC823428E9B582FB
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const PIP_VIEW_WIDTH = 336;
const PIP_VIEW_HEIGHT = 232;
const MOVING_AMT = 0.2;
const SNAPPING_AMT = 0.05;
const SNAPPING_AMT = 0.1;
const PADDING = {
top: 58,