diff --git a/src/linecomps.tsx b/src/linecomps.tsx index 3980c46a..4f4684ae 100644 --- a/src/linecomps.tsx +++ b/src/linecomps.tsx @@ -565,7 +565,7 @@ class Line extends React.Component<{screen : LineContainerModel, line : LineType if (line.linetype == "text") { return ; } - if (line.linetype == "cmd") { + if (line.linetype == "cmd" || line.linetype == "openai") { return ; } return
[invalid line type '{line.linetype}']
;