fix: import for coordinates
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
|||||||
ONE_PERCENT_OF_VIEWPORT_H,
|
ONE_PERCENT_OF_VIEWPORT_H,
|
||||||
ONE_PERCENT_OF_VIEWPORT_W,
|
ONE_PERCENT_OF_VIEWPORT_W,
|
||||||
} from "../constants/const";
|
} from "../constants/const";
|
||||||
import { Coordinates } from '../components/recorder/canvas';
|
import { Coordinates } from '../components/recorder/Canvas';
|
||||||
|
|
||||||
export const throttle = (callback: any, limit: number) => {
|
export const throttle = (callback: any, limit: number) => {
|
||||||
let wait = false;
|
let wait = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user