✨ Allow user to share a flow publicly and make it duplicatable
Closes #360
This commit is contained in:
@@ -151,7 +151,7 @@ export const BlockNode = ({
|
||||
const handleClick = (e: React.MouseEvent) => {
|
||||
setFocusedGroupId(groupId)
|
||||
e.stopPropagation()
|
||||
if (isTextBubbleBlock(block)) setIsEditing(true)
|
||||
if (isTextBubbleBlock(block) && !isReadOnly) setIsEditing(true)
|
||||
setOpenedBlockId(block.id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user