mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
disable thread while fixing bug
This commit is contained in:
@@ -166,12 +166,13 @@ const TextNoteDisplay: Component<TextNoteDisplayProps> = (props) => {
|
||||
|
||||
return (
|
||||
<div
|
||||
class="nostr-textnote flex cursor-pointer flex-col"
|
||||
class="nostr-textnote flex flex-col"
|
||||
onClick={() => {
|
||||
columnContext?.setColumnContent({
|
||||
type: 'Replies',
|
||||
eventId: event().rootEvent()?.id ?? props.event.id,
|
||||
});
|
||||
// FIXME
|
||||
// columnContext?.setColumnContent({
|
||||
// type: 'Replies',
|
||||
// eventId: event().rootEvent()?.id ?? props.event.id,
|
||||
// });
|
||||
}}
|
||||
>
|
||||
<div class="flex w-full gap-1">
|
||||
|
||||
Reference in New Issue
Block a user