king
2021-06-24 423ca1c5d4e4cc7eba9e12125e74f47f5756f967
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -192,6 +192,9 @@
    if (_Ot !== 'notRequired' && _opentype !== 'excelOut') {
      _options.push('controlField', 'controlVal')
    }
    if (_Ot === 'requiredSgl' && ['pop', 'prompt', 'exec'].includes(_opentype)) {
      _options.push('swipe')
    }
    return _options
  }