forked from 0x2620/pandora
handle 'link to selection'
This commit is contained in:
parent
4082dd57e5
commit
e05f918666
1 changed files with 4 additions and 0 deletions
|
@ -186,6 +186,10 @@ pandora.ui.editor = function(data) {
|
|||
Ox.getObjectById(pandora.site.layers, data.layer).title
|
||||
).open();
|
||||
},
|
||||
linktoselection: function(data) {
|
||||
pandora.$ui.linkVideoDialog && pandora.$ui.linkVideoDialog.remove();
|
||||
pandora.$ui.linkVideoDialog = pandora.ui.linkVideoDialog().open();
|
||||
},
|
||||
loop: function(data) {
|
||||
pandora.UI.set({videoLoop: data.loop});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue