fix: Entirety of document title should have text cursor

This commit is contained in:
Tom Moor
2022-04-16 18:47:59 -07:00
parent 0883a56311
commit 5b0a45c159

View File

@@ -169,6 +169,7 @@ const Title = styled(ContentEditable)<TitleProps>`
font-weight: 500;
border: 0;
padding: 0;
cursor: ${(props) => (props.readOnly ? "default" : "text")};
> span {
outline: none;