style: run prettier

pull/9272/head
Konstantinos Kaloutas 2023-05-16 14:07:56 +03:00 committed by Gabriel Horner
parent afdb5c259b
commit f8cc599625
2 changed files with 6 additions and 5 deletions

View File

@ -133,9 +133,7 @@ const LogseqPortalViewModeAction = observer(() => {
<div className="flex"> <div className="flex">
{collapsed ? 'Expand' : 'Collapse'} {collapsed ? 'Expand' : 'Collapse'}
<KeyboardShortcut <KeyboardShortcut
action={ action={collapsed ? 'editor/expand-block-children' : 'editor/collapse-block-children'}
collapsed ? 'editor/expand-block-children' : 'editor/collapse-block-children'
}
/> />
</div> </div>
) )

View File

@ -98,8 +98,11 @@ export class EllipseShape extends TLEllipseShape<EllipseShapeProps> {
) )
return ( return (
<div {...events} style={{ width: '100%', height: '100%', overflow: 'hidden' }} <div
className="tl-ellipse-container"> {...events}
style={{ width: '100%', height: '100%', overflow: 'hidden' }}
className="tl-ellipse-container"
>
<TextLabel <TextLabel
font={font} font={font}
text={label} text={label}