e0d39c86ef
stopPropagation() alone doesn't cancel a Link's native anchor navigation — that's the browser's default action for the click reaching the <a>, not a bubbling JS handler propagation can block. Needed preventDefault() too. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>