Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Collection50 committed Aug 17, 2024
1 parent 16b4454 commit 7201364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Memo from './Memo/Memo';
import { cn } from '@/utils';

const TEXT_DEFAULT_HEIGHT = 22;
const TEXT_FOCUS_HEIGHT = 22;
const TEXT_FOCUS_HEIGHT = 80;

export default function MemoContainer() {
const [memo, setMemo] = useState<string>('');
Expand Down

0 comments on commit 7201364

Please sign in to comment.