From c4f572fda8337514070c4983a8ce39e509fb2321 Mon Sep 17 00:00:00 2001 From: chenos Date: Sat, 7 Oct 2023 15:36:41 +0800 Subject: [PATCH] fix(tabs): destroy inactive tab pane --- .../core/client/src/schema-component/antd/tabs/Tabs.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/core/client/src/schema-component/antd/tabs/Tabs.tsx b/packages/core/client/src/schema-component/antd/tabs/Tabs.tsx index 6aa4d29c5..f7451aeea 100644 --- a/packages/core/client/src/schema-component/antd/tabs/Tabs.tsx +++ b/packages/core/client/src/schema-component/antd/tabs/Tabs.tsx @@ -37,7 +37,13 @@ export const Tabs: any = observer( return ( - + ); },