a tool for shared writing and social publishing

don't show block options if no write permissions

+1
+1
components/Blocks/Block.tsx
··· 419 419 if (focusedEntity?.entityType === "page") return; 420 420 421 421 if (isMultiselected) return; 422 + if (!entity_set.permissions.write) return null; 422 423 423 424 return ( 424 425 <div