Skip to content

Commit b4b8fe0

Browse files
committed
undo doc
1 parent f31565c commit b4b8fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ editControl.setTransSnapValue(number n in meters);
117117
editControl.setRotSnapValue(number n in radians);
118118
```
119119
9) To undo or redo
120-
121-
By default does upto 10 undos
122120
```
123121
editControl.undo();
124122
```
125123
```
126124
editControl.redo();
127125
```
128126
10) To set undo count
127+
128+
By default does upto 10 undos
129129
```
130130
editControl.setUndoCount(number count);
131131
```

0 commit comments

Comments
 (0)