2
0

prepared dragging, but will not be neccessary

This commit is contained in:
2018-05-13 02:24:43 +02:00
parent 19cb4f06d2
commit 8ee4ac9316
7 changed files with 44 additions and 20 deletions

View File

@@ -5,4 +5,5 @@ export interface Config {
height: number;
start: Point;
end: Point;
drag?: Point;
}