mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Mark all content of the item after double clicking to modify
This commit is contained in:
parent
a4389c7cbc
commit
f55380b8d7
@ -1502,6 +1502,7 @@
|
|||||||
{
|
{
|
||||||
ms.input.val(itemData.label);
|
ms.input.val(itemData.label);
|
||||||
ms.removeFromSelection(itemData);
|
ms.removeFromSelection(itemData);
|
||||||
|
ms.input.select();
|
||||||
_cntInMf = true; // item is in modification mode
|
_cntInMf = true; // item is in modification mode
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user