From ec4d2bf50e17e15a62e5ed04b3140a39e358073c Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Thu, 27 Oct 2022 14:53:18 +0400 Subject: [PATCH] Up Dragger --- src/utils/Dragger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Dragger.ts b/src/utils/Dragger.ts index 676ff8a53..b04f309e3 100644 --- a/src/utils/Dragger.ts +++ b/src/utils/Dragger.ts @@ -94,7 +94,7 @@ interface DraggerOptions { * Scale result points, can also be a function. * @default 1 */ - scale?: number; + scale?: number | (() => number); } const resetPos = () => ({ x: 0, y: 0 });