From 1a67732f77de8afd138b6e75235edcc4c0e9a166 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 一月 2020 23:29:57 +0800 Subject: [PATCH] 2020-01-16 --- src/templates/tableshare/dragelement/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/templates/tableshare/dragelement/index.jsx b/src/templates/tableshare/dragelement/index.jsx index 31ed8ae..5c3a12a 100644 --- a/src/templates/tableshare/dragelement/index.jsx +++ b/src/templates/tableshare/dragelement/index.jsx @@ -21,6 +21,7 @@ if (!is(fromJS(cards), fromJS(list))) { setCards(list) } + const findCard = id => { const card = cards.filter(c => `${c.uuid}` === id)[0] return { -- Gitblit v1.8.0