We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b599a18 commit e4fe34fCopy full SHA for e4fe34f
tests/yjs_client_1.js
@@ -17,6 +17,7 @@ const wsProvider = new WebsocketProvider(
17
)
18
19
wsProvider.on('sync', (isSynced) => {
20
+ console.log(notebook)
21
const cell = notebook.getCell(0)
22
const youtput = cell.youtputs.get(0)
23
const text = youtput.get('text')
0 commit comments