We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dee17 commit 7dede72Copy full SHA for 7dede72
packages/host/app/components/ai-assistant/formatted-message.gts
@@ -8,7 +8,7 @@ import { tracked } from '@glimmer/tracking';
8
import Modifier from 'ember-modifier';
9
import { TrackedArray, TrackedObject } from 'tracked-built-ins';
10
11
-import { and, eq } from '@cardstack/boxel-ui/helpers';
+import { and, eq, not } from '@cardstack/boxel-ui/helpers';
12
13
import { sanitizeHtml } from '@cardstack/runtime-common/dompurify-runtime';
14
@@ -148,6 +148,7 @@ export default class FormattedMessage extends Component<FormattedMessageSignatur
148
(and
149
(this.isCodePatch codeData.content)
150
(this.fileUrlIsPresent codeData.fileUrl)
151
+ (not @isStreaming)
152
)
153
}}
154
<actions.applyCodePatch
0 commit comments