diff --git a/source/UI/js/List/ListItem.js b/source/UI/js/List/ListItem.js index 816225d0..5b5ff598 100644 --- a/source/UI/js/List/ListItem.js +++ b/source/UI/js/List/ListItem.js @@ -28,7 +28,9 @@ Ox.ListItem = function(options, self) { .options(options || {}) .update({ data: function() { - constructItem(true); + if (!that.find('.OxEdit').length) { + constructItem(true); + } }, position: function() { that.data({position: self.options.position});