mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-09 21:51:42 +08:00
Fix smart cell evaluation button in forked notebooks (#1185)
This commit is contained in:
parent
36e48f861e
commit
355a450d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -612,6 +612,6 @@ defmodule LivebookWeb.SessionLive.CellComponent do
|
|||
|
||||
defp evaluated_label(_time_ms), do: nil
|
||||
|
||||
defp smart_cell_js_view_ref(%{type: :smart, js_view: %{ref: ref}}), do: ref
|
||||
defp smart_cell_js_view_ref(%{type: :smart, status: :started, js_view: %{ref: ref}}), do: ref
|
||||
defp smart_cell_js_view_ref(_cell_view), do: nil
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue