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

Loading…
Cancel
Save