a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't select blocks on mouse down if no write permission

+1
+1
components/Blocks/useBlockMouseHandlers.ts
··· 12 12 let { rep } = useReplicache(); 13 13 let onMouseDown = useCallback( 14 14 (e: MouseEvent) => { 15 + if (!entity_set.permissions.write) return; 15 16 useSelectingMouse.setState({ start: props.value }); 16 17 if (e.shiftKey) { 17 18 if (