|
|
@ -522,9 +522,8 @@ const MemoEditor = observer((props: Props) => {
|
|
|
|
<div className="w-full flex flex-row justify-between items-center py-3 gap-2 overflow-auto dark:border-t-zinc-500">
|
|
|
|
<div className="w-full flex flex-row justify-between items-center py-3 gap-2 overflow-auto dark:border-t-zinc-500">
|
|
|
|
<div className="relative flex flex-row justify-start items-center" onFocus={(e) => e.stopPropagation()}>
|
|
|
|
<div className="relative flex flex-row justify-start items-center" onFocus={(e) => e.stopPropagation()}>
|
|
|
|
<Select
|
|
|
|
<Select
|
|
|
|
className="!text-sm"
|
|
|
|
|
|
|
|
variant="plain"
|
|
|
|
variant="plain"
|
|
|
|
size="md"
|
|
|
|
size="sm"
|
|
|
|
value={state.memoVisibility}
|
|
|
|
value={state.memoVisibility}
|
|
|
|
startDecorator={<VisibilityIcon visibility={state.memoVisibility} />}
|
|
|
|
startDecorator={<VisibilityIcon visibility={state.memoVisibility} />}
|
|
|
|
onChange={(_, visibility) => {
|
|
|
|
onChange={(_, visibility) => {
|
|
|
|