Skip to content

Commit

Permalink
chore(web): more reversion of early gestureModel spec shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Sep 20, 2023
1 parent 56a9f0a commit f23b6e1
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface ResolutionChain {

// is not "locked-in"
export interface OptionalChain {
type: 'optional-chain',
type: 'optional-chain', // With spec-shift: 'reset'?
allowNext: string
}

Expand Down Expand Up @@ -89,13 +89,6 @@ export interface GestureModel<Type> {
// upon completion of the chain. Optional-chaining can sustain the chain while the
// potential child gesture is still a possibility.

// If we're locked-in on the gesture being matched and its detection occurs under the influence
// of another gesture, should that "another gesture" complete, this flag specifies if the
// locked-in "subgesture" should be maintained or auto-cancelled as a consequence.
//
// Default: cancelled.
readonly sustainWhenNested?: boolean;

// TODO: allow function for correlating multitouch paths (like for caret-pannning)
// But that's something we'll likely defer past 17.0.
// Probably: takes both paths' stat-objects. (Fortunately, the stats object holds
Expand Down

0 comments on commit f23b6e1

Please sign in to comment.