From 91dd66978dc5969fb0b7a7fe5ea4c97d4cbc92dd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 20 二月 2025 18:22:33 +0800 Subject: [PATCH] 2025-02-20 --- src/tabviews/custom/components/card/prop-card/index.jsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/card/prop-card/index.jsx b/src/tabviews/custom/components/card/prop-card/index.jsx index 09c1289..0035cff 100644 --- a/src/tabviews/custom/components/card/prop-card/index.jsx +++ b/src/tabviews/custom/components/card/prop-card/index.jsx @@ -211,6 +211,8 @@ this.setState({data: _data}, () => { if (selected !== 'false') { this.checkTopLine() + } else if (config.wrap.empty === 'hidden') { + MKEmitter.emit('resetSelectLine', config.uuid, _data.$$uuid || '', _data) } }) }) @@ -286,7 +288,7 @@ } else { if (selected !== 'false') { this.checkTopLine() - } else if (data.$$uuid) { + } else { this.transferLine() } this.autoExec() @@ -340,7 +342,7 @@ } else { if (selected !== 'false') { this.checkTopLine() - } else if (_data.$$uuid) { + } else { this.transferLine() } this.autoExec() -- Gitblit v1.8.0