tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
don't show block options if no write permissions
awarm.space
1 month ago
3800ee29
399af5d6
+1
1 changed file
expand all
collapse all
unified
split
components
Blocks
Block.tsx
+1
components/Blocks/Block.tsx
···
419
419
if (focusedEntity?.entityType === "page") return;
420
420
421
421
if (isMultiselected) return;
422
422
+
if (!entity_set.permissions.write) return null;
422
423
423
424
return (
424
425
<div