Skip to content

Commit 65ff270

Browse files
authored
perf(cli): keep scroll vocabulary off gesture runtime (#2378)
1 parent e90206d commit 65ff270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/interaction/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { SCROLL_DURATION_MAX_MS } from '@agent-device/contracts/scroll-command';
1414
import { IS_PREDICATES } from '@agent-device/contracts/is-predicate';
1515
import {
1616
SCROLL_DIRECTIONS,
17+
SCROLL_INPUT_DIRECTIONS,
1718
SWIPE_PATTERNS,
1819
SWIPE_PAUSE_MAX_MS,
1920
SWIPE_PRESETS,
@@ -39,7 +40,6 @@ import { readCommonInput, type CommonCommandInput } from '../common-input-fields
3940
import { readInputRecord } from '../input-readers.ts';
4041
import { defineFieldCommandMetadata } from '../field-command-contract.ts';
4142
import { postActionObservationFields } from '../post-action-observation-grammar.ts';
42-
import { SCROLL_INPUT_DIRECTIONS } from './runtime/gestures.ts';
4343

4444
const FIND_ACTION_VALUES = [
4545
'click',

0 commit comments

Comments
 (0)