Skip to content

Commit

Permalink
Fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Dec 28, 2023
1 parent f5e7a93 commit 68a676d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func serialize(this js.Value, args []js.Value) any {
reject.Invoke(toJSError(err))
return
}
result, err := editor.Serialize(&notebook)
result, err := editor.Serialize(&notebook, nil)
if err != nil {
reject.Invoke(toJSError(err))
return
Expand Down

0 comments on commit 68a676d

Please sign in to comment.