mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix: Prevent clicking on links in reply / channel header.
Jump to existing message if exists.
This commit is contained in:
@@ -45,10 +45,13 @@ export const ReplyBase = styled.div<{
|
||||
.content {
|
||||
gap: 4px;
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
|
||||
cursor: pointer;
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
> svg:first-child {
|
||||
|
||||
Reference in New Issue
Block a user