Skip to content

Commit e4fe34f

Browse files
committed
-
1 parent b599a18 commit e4fe34f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/yjs_client_1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const wsProvider = new WebsocketProvider(
1717
)
1818

1919
wsProvider.on('sync', (isSynced) => {
20+
console.log(notebook)
2021
const cell = notebook.getCell(0)
2122
const youtput = cell.youtputs.get(0)
2223
const text = youtput.get('text')

0 commit comments

Comments
 (0)