()
| 4 | import useUpdatingRef from "./useUpdatingRef"; |
| 5 | |
| 6 | const emptyJsonContent = () => ({ |
| 7 | type: "doc", |
| 8 | content: [{ type: "paragraph", content: [{ type: "text", text: "" }] }], |
| 9 | }); |
| 10 | |
| 11 | const MAX_HISTORY_LENGTH = 100; |
| 12 |
no outgoing calls
no test coverage detected