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 })