mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 09:01:17 -07:00
paste transform followup (#17624)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
@@ -24,7 +24,11 @@ export type MouseEventName =
|
||||
| 'scroll-down'
|
||||
| 'scroll-left'
|
||||
| 'scroll-right'
|
||||
| 'move';
|
||||
| 'move'
|
||||
| 'double-click';
|
||||
|
||||
export const DOUBLE_CLICK_THRESHOLD_MS = 400;
|
||||
export const DOUBLE_CLICK_DISTANCE_TOLERANCE = 2;
|
||||
|
||||
export interface MouseEvent {
|
||||
name: MouseEventName;
|
||||
|
||||
Reference in New Issue
Block a user