MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / seq

Function seq

packages/app-core/src/components/TrashView.tsx:144–145  ·  view source on GitHub ↗
(id: Parameters<typeof matchesSequenceToken>[2])

Source from the content-addressed store, hash-verified

142 // When Vim mode is off, the single-key Vim shortcuts (j/k/x/d/gg/G/o/r//…)
143 // are disabled — only arrows/Enter/Escape navigate. (songgenqing report)
144 const seq = (id: Parameters<typeof matchesSequenceToken>[2]): boolean =>
145 vimMode && matchesSequenceToken(e, overrides, id)
146 const consume = (): void => {
147 e.preventDefault()
148 e.stopImmediatePropagation()

Callers 1

handlerFunction · 0.70

Calls 1

matchesSequenceTokenFunction · 0.90

Tested by

no test coverage detected