From a8d76cea11b4c712b5e8b1e33097e923d5657328 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Wed, 29 Nov 2023 04:32:16 +0400 Subject: [PATCH] Handsontable fix browser-case [SCI-9189] --- app/javascript/vue/shared/content/table.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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) {