mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 23:36:40 +00:00
fix(GUI): Editor role - show context menu
re #532 Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user