diff --git a/src/nodes/Image.tsx b/src/nodes/Image.tsx index d3784450a..e107f4c4b 100644 --- a/src/nodes/Image.tsx +++ b/src/nodes/Image.tsx @@ -304,6 +304,7 @@ const Caption = styled.p` outline: none; background: none; resize: none; + user-select: text; &:empty:before { color: ${props => props.theme.placeholder};