diff --git a/pkg/interface/src/views/apps/publish/components/NotePreview.tsx b/pkg/interface/src/views/apps/publish/components/NotePreview.tsx index 74c40ab42..8036f317f 100644 --- a/pkg/interface/src/views/apps/publish/components/NotePreview.tsx +++ b/pkg/interface/src/views/apps/publish/components/NotePreview.tsx @@ -48,9 +48,14 @@ export function NotePreview(props: NotePreviewProps) { const snippet = getSnippet(body); const commColor = (props.unreads.graph?.[appPath]?.[`/${noteId}`]?.unreads ?? 0) > 0 ? 'blue' : 'gray'; + + const cursorStyle = post.pending ? 'default' : 'pointer'; + return ( - - + +