|
|
|
@ -1507,13 +1507,13 @@ const expandAndLooseFocus = (row: Row, col: Record<string, any>) => {
|
|
|
|
|
</div> |
|
|
|
|
</a-menu-item> |
|
|
|
|
|
|
|
|
|
<a-menu-item v-if="contextMenuTarget && selectedRange.isSingleCell()" @click="addEmptyRow(contextMenuTarget.row + 1)"> |
|
|
|
|
<div v-e="['a:row:insert']" class="nc-project-menu-item"> |
|
|
|
|
<GeneralIcon icon="plus" /> |
|
|
|
|
<!-- Insert New Row --> |
|
|
|
|
{{ $t('activity.insertRow') }} |
|
|
|
|
</div> |
|
|
|
|
</a-menu-item> |
|
|
|
|
<!-- <a-menu-item v-if="contextMenuTarget && selectedRange.isSingleCell()" @click="addEmptyRow(contextMenuTarget.row + 1)"> --> |
|
|
|
|
<!-- <div v-e="['a:row:insert']" class="nc-project-menu-item"> --> |
|
|
|
|
<!-- <GeneralIcon icon="plus" /> --> |
|
|
|
|
<!-- <!– Insert New Row –> --> |
|
|
|
|
<!-- {{ $t('activity.insertRow') }} --> |
|
|
|
|
<!-- </div> --> |
|
|
|
|
<!-- </a-menu-item> --> |
|
|
|
|
|
|
|
|
|
<a-menu-item v-if="contextMenuTarget" data-testid="context-menu-item-copy" @click="copyValue(contextMenuTarget)"> |
|
|
|
|
<div v-e="['a:row:copy']" class="nc-project-menu-item"> |
|
|
|
|