fix(tags): refocus tag input after reject/un-reject too #151
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Accept already returned focus to the tag input (keep typing without re-clicking); reject (✗) and un-reject (↶) skipped it. Route them through a
dismissedemit wired tofocusTagInputin the sharedTagPanel, so it covers both the image modal and the Explore workspace. Mobile-focus guard preserved. Frontend-only; lint + frontend-build green.🤖 Generated with Claude Code