disable thread while fixing bug

This commit is contained in:
Shusui MOYATANI
2023-03-26 11:54:06 +09:00
parent 6e7bd77a4c
commit 6e4ff60e3c

View File

@@ -166,12 +166,13 @@ const TextNoteDisplay: Component<TextNoteDisplayProps> = (props) => {
return ( return (
<div <div
class="nostr-textnote flex cursor-pointer flex-col" class="nostr-textnote flex flex-col"
onClick={() => { onClick={() => {
columnContext?.setColumnContent({ // FIXME
type: 'Replies', // columnContext?.setColumnContent({
eventId: event().rootEvent()?.id ?? props.event.id, // type: 'Replies',
}); // eventId: event().rootEvent()?.id ?? props.event.id,
// });
}} }}
> >
<div class="flex w-full gap-1"> <div class="flex w-full gap-1">