Revert "Select the whole field when renaming a file."
This reverts commit b8b0e0bdf9
.
This commit is contained in:
parent
b8b0e0bdf9
commit
2e33b9c4e4
3 changed files with 2 additions and 4 deletions
2
public/js/filemanager.min.js
vendored
2
public/js/filemanager.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -139,8 +139,6 @@ class ActionsClass {
|
|||
const inputLoader = nameBlock.find('.input-loader');
|
||||
|
||||
inputField.focus();
|
||||
inputField.setSelectionRange(inputField.val().length * 2, inputField.val().length * 2);
|
||||
|
||||
inputField.on('blur keydown', e => {
|
||||
// Save Field
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue