We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3392461 commit acff77fCopy full SHA for acff77f
fundamentals/today-i-learned/src/pages/timeline/components/PostInput.tsx
@@ -88,6 +88,7 @@ export function PostInput({
88
preview="edit"
89
hideToolbar={true}
90
visibleDragbar={false}
91
+ defaultTabEnable={true}
92
textareaProps={{
93
placeholder:
94
"작은 기록이 모여 큰 성장이 됩니다.\nTIL은 Frontend Fundamentals Discussion에 여러분의 GitHub 계정으로 저장돼요.\n하루에 한 줄씩, 함께 성장해봐요.",
@@ -127,7 +128,7 @@ const DEFAULT_CONFIG = {
127
128
padding: 20
129
};
130
-export function calculateEditorHeight(
131
+function calculateEditorHeight(
132
content: string | undefined,
133
config?: {
134
minHeight?: number;
0 commit comments