mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +08:00
Remove border from plain text output
This commit is contained in:
parent
72b9466519
commit
21f3046e82
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ defmodule LivebookWeb.Output do
|
|||
"""
|
||||
end
|
||||
|
||||
defp border?(%{type: type}) when type in [:terminal_text, :plain_text], do: true
|
||||
defp border?(%{type: :terminal_text}), do: true
|
||||
defp border?(%{type: :error, context: {:interrupt, _, _}}), do: false
|
||||
defp border?(%{type: :error}), do: true
|
||||
defp border?(%{type: :grid, boxed: boxed}), do: boxed
|
||||
|
|
Loading…
Add table
Reference in a new issue