king
2023-03-04 7ec82053855cf041ab2357a3b8c1684fcc6cc061
src/tabviews/subtable/index.jsx
@@ -257,6 +257,15 @@
            }
          }
        }
        if (item.controlField) {
          if (/,/ig.test(item.controlVal)) {
            item.controlVals = item.controlVal.split(',')
          } else {
            item.controlVals = [(item.controlVal || '')]
          }
        }
        if (item.position === 'toolbar') {
          item.$toolbtn = true
          _actions.push(item)