Browse Source

fix(gui-v2): typo correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3453/head
Pranav C 2 years ago
parent
commit
33723afc15
  1. 4
      packages/nc-gui-v2/components/smartsheet/Grid.vue

4
packages/nc-gui-v2/components/smartsheet/Grid.vue

@ -330,7 +330,7 @@ const showContextMenu = (e: MouseEvent, target?: { row: number; col: number }) =
</div>
<div v-else class="nc-grid-wrapper min-h-0 flex-1 scrollbar-thin-dull">
<a-dropdown v-model:visible="contextMenu" :trigger="isSqlView ? [] : ['contextmenu']">
<tablex
<table
ref="smartTable"
class="xc-row-table nc-grid backgroundColorDefault !h-auto bg-white"
@contextmenu="showContextMenu"
@ -506,7 +506,7 @@ const showContextMenu = (e: MouseEvent, target?: { row: number; col: number }) =
</td>
</tr>
</tbody>
</tablex>
</table>
<template v-if="!isLocked && isUIAllowed('xcDatatableEditable')" #overlay>
<a-menu class="shadow !rounded !py-0" @click="contextMenu = false">

Loading…
Cancel
Save