Skip to content

Commit b28ab3d

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/remix-ide/src/app/plugins/remix-ai-assistant.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ export class RemixAIAssistant extends ViewPlugin {
101101
}
102102

103103
async handleActivity(type: string, payload: any) {
104-
if ((type === 'promptSend') || (type === 'typing')) return
105104
(window as any)._paq?.push(['trackEvent', 'remixai-assistant', type, `${payload}`])
106105
}
107106

0 commit comments

Comments
 (0)