From 6c34045a48b544080c71a8119c1498219f9cc5e4 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 26 Feb 2023 23:36:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E9=98=85=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/subscription/modal.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/subscription/modal.tsx b/src/pages/subscription/modal.tsx index 5bba0e61..f16332b7 100644 --- a/src/pages/subscription/modal.tsx +++ b/src/pages/subscription/modal.tsx @@ -243,6 +243,7 @@ const SubscriptionModal = ({ if (text.startsWith('ql ')) { e.preventDefault(); } + onPaste(e); }, []); const formatParams = (sub) => { @@ -294,9 +295,9 @@ const SubscriptionModal = ({ confirmLoading={loading} >
- +