Mark all content of the item after double clicking to modify

This commit is contained in:
Hadi Nategh 2014-10-30 10:51:40 +00:00
parent a4389c7cbc
commit f55380b8d7

View File

@ -1502,6 +1502,7 @@
{
ms.input.val(itemData.label);
ms.removeFromSelection(itemData);
ms.input.select();
_cntInMf = true; // item is in modification mode
}
},