mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
feat: bump more deps (#14079)
This commit is contained in:
+3
-3
@@ -42,9 +42,9 @@ interface EventCache {
|
||||
onTouchEnd?: (e: TouchEvent) => void;
|
||||
}
|
||||
|
||||
export class EdgelessDraggableElementController<T>
|
||||
implements ReactiveController
|
||||
{
|
||||
export class EdgelessDraggableElementController<
|
||||
T,
|
||||
> implements ReactiveController {
|
||||
clearTimeout: ReturnType<typeof setTimeout> | null = null;
|
||||
|
||||
events: EventCache = {};
|
||||
|
||||
Reference in New Issue
Block a user