Skip to content

Commit

Permalink
fix more button not working (#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd authored Jan 29, 2024
1 parent 7f5a56b commit 833f877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webserver/Dynamic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ responses[:reshow_cell] = function response_reshow_cell(πŸ™‹::ClientRequest)
collect(keys(cell.published_objects)),
(parse(PlutoRunner.ObjectID, πŸ™‹.body["objectid"], base=16), convert(Int64, πŸ™‹.body["dim"])),
)
set_output!(cell, run, ExprAnalysisCache(πŸ™‹.notebook, cell); persist_js_state=true)
set_output!(cell, run, ExprAnalysisCache(πŸ™‹.notebook.topology.codes[cell]); persist_js_state=true)
# send to all clients, why not
send_notebook_changes!(πŸ™‹ |> without_initiator)
end
Expand Down

0 comments on commit 833f877

Please sign in to comment.