From 8e24d61779ac28d5ce42529325d84f99fbc7f39c Mon Sep 17 00:00:00 2001 From: thislight Date: Fri, 27 Sep 2024 23:15:53 +0800 Subject: [PATCH] ReplyEditor: minor clean up and adjustment --- src/timelines/ReplyEditor.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/timelines/ReplyEditor.tsx b/src/timelines/ReplyEditor.tsx index 0d9995a..223311f 100644 --- a/src/timelines/ReplyEditor.tsx +++ b/src/timelines/ReplyEditor.tsx @@ -1,14 +1,9 @@ import { - batch, createEffect, - createRenderEffect, createSignal, - createUniqueId, - lazy, onMount, Show, type Component, - type Setter, } from "solid-js"; import Scaffold from "../material/Scaffold"; import { @@ -234,13 +229,13 @@ const ReplyEditor: Component<{ onClick={(e) => inputRef.focus()} >
- + - +
@@ -248,10 +243,10 @@ const ReplyEditor: Component<{