diff options
author | bobzel <zzzman@gmail.com> | 2024-08-21 10:58:00 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-08-21 10:58:00 -0400 |
commit | b3327f8e1a4245110822b8aa8c331f32f93bb8f5 (patch) | |
tree | 2e7fbef3a26d600f53c1beca7a5d049adf8d01d4 /src/ClientUtils.ts | |
parent | 77aa0be0ee4a5375544dbea65a4636d8487cd0fc (diff) | |
parent | 166d40bd856b85bd4bbde9f9ffe2c1ec0fb648d5 (diff) |
Merge branch 'master' into keanu-comments
Diffstat (limited to 'src/ClientUtils.ts')
-rw-r--r-- | src/ClientUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ClientUtils.ts b/src/ClientUtils.ts index fc048b155..55801df81 100644 --- a/src/ClientUtils.ts +++ b/src/ClientUtils.ts @@ -82,7 +82,6 @@ export function returnEmptyFilter() { return [] as string[]; } -// eslint-disable-next-line @typescript-eslint/no-namespace export namespace ClientUtils { export const CLICK_TIME = 300; export const DRAG_THRESHOLD = 4; |