diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index d2d0f479..a2650bb4 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -656,8 +656,8 @@ Ox.VideoEditor = function(options, self) { Ox.print('REMOVE EVENT REACHED EDITOR', data) var layer = Ox.getObjectById(self.options.layers, data.layer), index = Ox.getIndexById(layer.items, data.id); - layer.items.splice(index, 1); updateWords('remove'); + layer.items.splice(index, 1); self.editing = false; self.options.selected = ''; setTimelineState();