From d795aefc7f154d01e99c4eaf8958aae0ae6f71c1 Mon Sep 17 00:00:00 2001 From: ayang <75017711+ayangweb@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:53:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=AA=E5=88=87=E6=9D=BF=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=94=AF=E6=8C=81=E5=BF=AB=E9=80=9F=E5=9B=9E=E5=88=B0?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=20(#138)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Clipboard/History/components/List/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/Clipboard/History/components/List/index.tsx b/src/pages/Clipboard/History/components/List/index.tsx index 64ab730186..f8a177beb7 100644 --- a/src/pages/Clipboard/History/components/List/index.tsx +++ b/src/pages/Clipboard/History/components/List/index.tsx @@ -1,4 +1,5 @@ import Scrollbar from "@/components/Scrollbar"; +import { FloatButton } from "antd"; import { HistoryContext } from "../.."; import Item from "./components/Item"; @@ -25,6 +26,9 @@ const List = () => { ))} + + {/* @ts-ignore */} + containerTarget.current} /> ); };