MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi /

Class

packages/core/src/runtime/inputEditor.ts:506–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504export const INPUT_UNDO_GROUP_WINDOW_MS = 300;
505
506export class InputUndoStack {
507 private readonly undo: InputUndoEntry[] = [];
508 private readonly redo: InputUndoEntry[] = [];
509

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected