diff --git a/src/components/status.jsx b/src/components/status.jsx index 565901f..38a7900 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1091,6 +1091,15 @@ function Status({ { + if ( + e.metaKey || + e.ctrlKey || + e.shiftKey || + e.altKey || + e.which === 2 + ) { + return; + } e.preventDefault(); e.stopPropagation(); onStatusLinkClick?.(e, status);