mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
disable thread while fixing bug
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user