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
27
pulls
pipelines
prevent block selection if read-only
awarm.space
2 years ago
e4039eae
1c6c764c
+1
1 changed file
expand all
collapse all
unified
split
components
Blocks
index.tsx
+1
components/Blocks/index.tsx
···
266
266
} else useUIState.getState().setSelectedBlock(props);
267
267
}}
268
268
onMouseEnter={async (e) => {
269
269
+
if (!entity_set.permissions.write) return;
269
270
if (e.buttons !== 1) return;
270
271
let selection = useSelectingMouse.getState();
271
272
if (!selection.start) return;