Status: switch back to onClick instead of onMouseUp
This commit is contained in:
parent
8061c8d782
commit
d96ba27905
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ const Status: React.FC<IStatus> = (props) => {
|
|||
data-featured={featured ? 'true' : null}
|
||||
aria-label={textForScreenReader(intl, actualStatus, rebloggedByText)}
|
||||
ref={node}
|
||||
onMouseUp={handleClick}
|
||||
onClick={handleClick}
|
||||
role='link'
|
||||
>
|
||||
{featured && (
|
||||
|
|
Loading…
Reference in a new issue