From c1f9e05741e64087ebbfa5e1185bfd0beeb4eeb5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 07 一月 2022 17:50:18 +0800 Subject: [PATCH] 2022-01-07 --- src/tabviews/custom/index.jsx | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 2070009..b7262d9 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -754,12 +754,12 @@ } } - if (item.wrap && item.wrap.doubleClick) { - let index = item.action.findIndex((btn) => btn.uuid === item.wrap.doubleClick) - if (index === -1) { - item.wrap.doubleClick = '' - } - } + // if (item.wrap && item.wrap.doubleClick) { + // let index = item.action.findIndex((btn) => btn.uuid === item.wrap.doubleClick) + // if (index === -1) { + // item.wrap.doubleClick = '' + // } + // } return true }) -- Gitblit v1.8.0