fix: LEXAI-21 popup message type mismatch - use ANALYZE_TEXT to match background handler
Some checks failed
CI — Test & Build / Test & Build (push) Failing after 45s

This commit is contained in:
Forge
2026-03-06 15:21:06 +08:00
parent 58b6728332
commit 209a26c09c
2 changed files with 1 additions and 1 deletions

View File

@@ -238,7 +238,7 @@ function Popup() {
setError('');
const response = await safeSendMessage({
type: 'lexai-action',
type: 'ANALYZE_TEXT',
action,
text,
});

Binary file not shown.