Skip to content

Commit 25a0312

Browse files
committed
fixes
1 parent a8861a4 commit 25a0312

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/tswebextension/src/lib/common/content-script/assistant/assistant-inject.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @typedef {import('./assistant-listener')} createAssistantMessageListener
2+
* @typedef {import('./assistant').Assistant} AssistantRef
33
*/
44
/**
55
* @file
@@ -23,7 +23,7 @@
2323
*
2424
* Reference code: ASSISTANT_INJECT.
2525
*
26-
* Injection will be done by {@link createAssistantMessageListener}.
26+
* Injection will be done by {@link AssistantRef.openAssistant}.
2727
*
2828
* IMPORTANT: This file should be listed inside 'sideEffects' field
2929
* in the package.json, because it has side effects: we do not export anything

packages/tswebextension/src/lib/common/content-script/assistant/assistant-listener.ts

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* -- [tswebext] After injection, the content script interacts with the assistant.
2020
*
2121
* Reference code: ASSISTANT_INJECT.
22-
*
23-
* Injection will be done by {@link AssistantRef.openAssistant}.
2422
*/
2523

2624
import browser from 'webextension-polyfill';

0 commit comments

Comments
 (0)