mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
fix: client tests
This commit is contained in:
parent
a7fbd9ba9c
commit
8f259ea0b5
@ -60,7 +60,7 @@ const collabBackend = new AutomergeCollaboration({
|
||||
async onDocumentLoad(pathname) {
|
||||
return defaultSlateJson
|
||||
},
|
||||
onTrace(metaData, computationFn) {
|
||||
onTrace(metaData, socket, computationFn) {
|
||||
operationTraces.push(metaData)
|
||||
computationFn()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user