From 6d6088233f515ef0c86649c919b49e78f134ddc8 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 12 Aug 2021 14:54:06 +0300 Subject: [PATCH] [DE] For Bug 51925 --- apps/documenteditor/main/app/view/FormSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/FormSettings.js b/apps/documenteditor/main/app/view/FormSettings.js index a997eaace..0f88ab454 100644 --- a/apps/documenteditor/main/app/view/FormSettings.js +++ b/apps/documenteditor/main/app/view/FormSettings.js @@ -749,7 +749,7 @@ define([ if (rec) { this.list.selectRecord(rec); this.list.scrollToRecord(rec); - } else { + } else if (!this.txtNewValue._input.is(':focus')) { this.txtNewValue.setValue(''); this._state.listValue = this._state.listIndex = undefined; }