Fix hanging up when editing cdb list key

This commit is contained in:
Adri Valle 2019-07-02 10:39:01 +02:00
parent 2f3eb09702
commit d291a01291

View File

@ -201,7 +201,8 @@ app.directive('wzListManage', function() {
* Cancel edition of an entry
*/
$scope.cancelEditingKey = () => {
$scope.editingKey = false;
$scope.editingKey = false;
$scope.loadingChange = false;
$scope.editingNewValue = '';
};