mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
[DE] For Bug 53934
This commit is contained in:
@ -280,6 +280,9 @@ define([
|
||||
this.lockedControls.push(this.txtNewValue);
|
||||
this.txtNewValue.on('inputleave', function(){ me.fireEvent('editcomplete', me);});
|
||||
this.txtNewValue._input.on('keydown', _.bind(this.onNewValueKeydown, this));
|
||||
this.txtNewValue.cmpEl.on('focus', 'input.form-control', function() {
|
||||
setTimeout(function(){me.txtNewValue._input && me.txtNewValue._input.select();}, 1);
|
||||
});
|
||||
|
||||
this.list = new Common.UI.ListView({
|
||||
el: $markup.findById('#form-list-list'),
|
||||
|
||||
Reference in New Issue
Block a user