king
2020-02-18 29c5821ce140e89a8b35e53f41672dd86da56982
src/templates/tableshare/dragelement/card.jsx
@@ -79,7 +79,7 @@
  if (type === 'action') {
    if (['pop', 'prompt', 'exec'].includes(card.OpenType) && card.intertype === 'inner' && !card.innerFunc) {
      hasProfile = true
    } else if (card.OpenType === 'excelIn') {
    } else if (card.OpenType === 'excelIn' || card.OpenType === 'excelOut') {
      hasProfile = true
    }
  }