fixing some text and adding prev actions to reveal
This commit is contained in:
parent
3f9a1714c4
commit
c36802f5e4
3 changed files with 10 additions and 1 deletions
|
@ -89,6 +89,12 @@ Item {
|
|||
else
|
||||
presentationSlide.stopAudio();
|
||||
}
|
||||
function onRevealNext() {
|
||||
presentationSlide.revealNext();
|
||||
}
|
||||
function onRevealPrev() {
|
||||
presentationSlide.revealPrev();
|
||||
}
|
||||
}
|
||||
|
||||
function loadVideo() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue