diff --git a/app/javascript/vue/shared/content/table.vue b/app/javascript/vue/shared/content/table.vue index 3e9fa79ef..065c4f370 100644 --- a/app/javascript/vue/shared/content/table.vue +++ b/app/javascript/vue/shared/content/table.vue @@ -35,8 +35,8 @@ @keyup.enter="!editingTable && enableTableEdit()">
-
- {{ i18n.t('protocols.steps.table.edit_message') }} +
+ {{ i18n.t('protocols.steps.table.edit_message') }}
@@ -269,8 +269,7 @@ preventOverflow: 'horizontal', readOnly: !this.editingTable, afterUnlisten: () => { - this.updatingTableData = true; - this.updateTable(); + this.editingTable = false; }, afterSelection: (r, c, r2, c2) => { if (r === r2 && c === c2) {