mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-29 08:19:34 +08:00
typo
This commit is contained in:
parent
1f1b20791f
commit
245082fd8e
@ -305,7 +305,7 @@ fired up to multiple times a second:
|
||||
You need to serialize the Y-Doc that hocuspocus gives you to something you can actually display in
|
||||
your views.
|
||||
|
||||
This example is **not intended** to be a primary storage as serializing to and deserializing from JSON not store the collaboration history steps but only the resulting document. Make sure to always use the RocksDB extension as primary storage.
|
||||
This example is **not intended** to be a primary storage as serializing to and deserializing from JSON will not store the collaboration history steps but only the resulting document. Make sure to always use the RocksDB extension as primary storage.
|
||||
|
||||
```typescript
|
||||
import {debounce} from 'debounce'
|
||||
|
Loading…
Reference in New Issue
Block a user