Check out a userscript which highlights deleted posts.
GitHub
79399251
Date:
2025-01-30 08:43:39
Score:
1
Natty:
Report link
Try adding a stopPropagation:
onClick={(e) => { e.stopPropagation(); handleClick(); }}
Reasons:
Low length (1):
Has code block (-0.5):
Low reputation (0.5):
Posted by:
DhruvK