fix: Enter at beginning of collapsed heading should create a new heading above (#3754)

This commit is contained in:
Tom Moor
2022-07-09 11:23:12 +02:00
committed by GitHub
parent 2893924e9a
commit caaf6dd76b
2 changed files with 67 additions and 32 deletions

View File

@@ -405,6 +405,7 @@ const EditorStyles = styled.div<{
&.collapsed {
svg {
transform: rotate(${(props) => (props.rtl ? "90deg" : "-90deg")});
pointer-events: none;
}
transition-delay: 0.1s;
opacity: 1;