update UI/URL after adding annotation, editing i/o does not work otherwise

This commit is contained in:
j 2018-03-31 14:00:52 +05:30
parent e4288123da
commit 7b2acb3bc1
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ pandora.ui.editor = function(data) {
});
}
that.updateAnnotation(data.id, result.data);
pandora.UI.set('videoPoints.' + ui.item + '.annotation', result.data.id.split('/')[1] || '');
Ox.Request.clearCache();
};
if (data.id[0] == '_') {