mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 16:56:57 +00:00
fix: extended fix for gql & improved ui part
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -215,8 +215,8 @@
|
||||
:db-alias="nodes.dbAlias"
|
||||
:is-locked="isLocked"
|
||||
:is-public="isPublicView"
|
||||
@save="editEnabled = {}; onCellValueChange(col, row, columnObj, true);"
|
||||
@cancel="editEnabled = {}; onCellValueChange(col, row, columnObj, true);"
|
||||
@save="editEnabled = {};"
|
||||
@cancel="editEnabled = {};"
|
||||
@update="onCellValueChange(col, row, columnObj, false)"
|
||||
@blur="onCellValueChange(col, row, columnObj, true)"
|
||||
@navigateToNext="navigateToNext"
|
||||
|
||||
Reference in New Issue
Block a user