From c474962c844397698544b49a37fd3384725f444c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 04 十一月 2021 22:09:06 +0800 Subject: [PATCH] 2021-11-04 --- src/menu/components/card/cardcellcomponent/index.jsx | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/index.jsx b/src/menu/components/card/cardcellcomponent/index.jsx index 21ebe15..24a8fa9 100644 --- a/src/menu/components/card/cardcellcomponent/index.jsx +++ b/src/menu/components/card/cardcellcomponent/index.jsx @@ -124,6 +124,12 @@ const { cards, cardCell } = this.props if (!ids || ids.length !== 2 || ids[0] !== cards.uuid || ids[1] !== cardCell.uuid) return + if (window.GLOB.$lock) return + + window.GLOB.$lock = true + setTimeout(() => { + window.GLOB.$lock = false + }, 200) const { elements } = this.state -- Gitblit v1.8.0