feat: textarea with adaptive height

This commit is contained in:
leedom
2023-04-07 12:17:37 +08:00
parent a8a8becf96
commit 3656c8458f
5 changed files with 28 additions and 108 deletions

View File

@@ -23,6 +23,6 @@
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "app/calcTextareaHeight.ts"],
"exclude": ["node_modules"]
}