open file
This commit is contained in:
parent
906d48a04b
commit
a2b55bc24e
3 changed files with 21 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ oml.ui.infoView = function(externalData, isMixed) {
|
|||
if (data_.id == 'read') {
|
||||
oml.UI.set({itemView: 'book'});
|
||||
} else if (data_.id == 'open') {
|
||||
// ...
|
||||
oml.api.openFile({id: oml.user.ui.item});
|
||||
} else {
|
||||
oml.api.openFolder({id: oml.user.ui.item});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue