Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Fixes captions un-editable in Safari
Browse files Browse the repository at this point in the history
closes #338
  • Loading branch information
tommoor committed Dec 7, 2020
1 parent 58d35d5 commit de14a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/Image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ const Caption = styled.p`
outline: none;
background: none;
resize: none;
user-select: text;
&:empty:before {
color: ${props => props.theme.placeholder};
Expand Down

0 comments on commit de14a3a

Please sign in to comment.