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

@@ -25,8 +25,6 @@ import dynamic from "next/dynamic";
import { REPO_URL } from "../constant";
import { ErrorBoundary } from "./error";
import calcTextareaHeight from "../calcTextareaHeight";
export function Loading(props: { noLogo?: boolean }) {
return (
<div className={styles["loading-content"]}>