From ff6af0361021dd03abeb983d5ee19cd69d577589 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 08 四月 2021 10:54:25 +0800
Subject: [PATCH] 2021-04-08

---
 src/menu/components/card/table-card/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/card/table-card/index.jsx b/src/menu/components/card/table-card/index.jsx
index 540f163..cc8ddff 100644
--- a/src/menu/components/card/table-card/index.jsx
+++ b/src/menu/components/card/table-card/index.jsx
@@ -109,7 +109,7 @@
   }
 
   shouldComponentUpdate (nextProps, nextState) {
-    return !is(fromJS(this.state), fromJS(nextState)) || (!this.props.menu && nextProps.menu)
+    return !is(fromJS(this.state), fromJS(nextState))
   }
 
   /**

--
Gitblit v1.8.0