We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dced457 commit 03ac743Copy full SHA for 03ac743
1 file changed
playground/internal/undoRedo/undoRedo.go
@@ -35,9 +35,8 @@ type undoRedoStackImp struct {
35
36
// getTime gets the current time.
37
// It can be replaced when testing.
38
- getTime func() time.Time
39
- joinDur time.Duration
40
- joinLimit int
+ getTime func() time.Time
+ joinDur time.Duration
41
42
lastChange time.Time
43
lastSel common.Selection
0 commit comments