Skip to content

Commit e3c99f4

Browse files
STetsingAniket-Engg
authored andcommitted
rm typing dispatch
1 parent b28ab3d commit e3c99f4

File tree

1 file changed

+0
-2
lines changed
  • libs/remix-ui/remix-ai-assistant/src/components

1 file changed

+0
-2
lines changed

libs/remix-ui/remix-ai-assistant/src/components/prompt.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,9 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
155155
value={input}
156156
disabled={isStreaming}
157157
onFocus={() => {
158-
dispatchActivity('typing', input)
159158
maximizePanel()
160159
}}
161160
onChange={e => {
162-
dispatchActivity('typing', e.target.value)
163161
setInput(e.target.value)
164162
}}
165163
onKeyDown={e => {

0 commit comments

Comments
 (0)