Browse Source

fix(GUI): Editor role - show context menu

re #532

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/524/head
Pranav C 3 years ago
parent
commit
c6a6f3ab27
  1. 2
      packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

2
packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

@ -1001,7 +1001,7 @@ export default {
this.loadingData = false
},
showRowContextMenu(e, row, rowMeta, index, colIndex, col) {
if (!this._isUIAllowed('table-grid-context-menu')) {
if (!this.isEditable) {
return
}
e.preventDefault()

Loading…
Cancel
Save