make video position stick when switching between player and timeline view (part 4)
This commit is contained in:
parent
ae376c5d21
commit
5eff86e6a4
1 changed files with 1 additions and 1 deletions
|
@ -3566,7 +3566,7 @@ var pandora = new Ox.App({
|
|||
} else {
|
||||
if (['player', 'timeline'].indexOf(old.user.ui.itemView) > -1) {
|
||||
UI.set(
|
||||
'videoPosition|' + app.user.ui.item,
|
||||
'videoPosition|' + old.user.ui.item,
|
||||
app.$ui[old.user.ui.itemView == 'player' ? 'player' : 'editor'].options('position')
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue