mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
Use npm for gridstack, remove unnecessary folders using our dedicated service
This commit is contained in:
4
node_modules/gridstack/dist/dd-touch.js
generated
vendored
4
node_modules/gridstack/dist/dd-touch.js
generated
vendored
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* touch.ts 12.3.2
|
||||
* touch.ts 12.4.2
|
||||
* Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license
|
||||
*/
|
||||
import { DDManager } from './dd-manager';
|
||||
@@ -19,7 +19,7 @@ export const isTouch = typeof window !== 'undefined' && typeof document !== 'und
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
|| navigator.msMaxTouchPoints > 0);
|
||||
// interface TouchCoord {x: number, y: number};
|
||||
class DDTouch {
|
||||
export class DDTouch {
|
||||
}
|
||||
/**
|
||||
* Get the x,y position of a touch event
|
||||
|
||||
Reference in New Issue
Block a user