diff --git a/index.html b/index.html
index eada31f..3a6e640 100755
--- a/index.html
+++ b/index.html
@@ -64,7 +64,7 @@
Keyboard Navigation
Home to go to the first slide, End to go to the last
CtrlG to jump to an arbitrary slide (by slide number or identifier)
- Note that if a slide contains an <iframe
, when the content in the iframe is focused, Inspire.js shortcuts will not work.
+ Note that if a slide contains an <iframe>
, when the content in the iframe is focused, Inspire.js shortcuts will not work.
There is no way around that, you need to click on something from the actual slide to get focus out of the iframe before you use any Inspire.js keyboard shortcuts.
Some plugins (e.g. live demo) add on-screen "Next" buttons for this reason.
diff --git a/plugins/live-demo/live-demo.js b/plugins/live-demo/live-demo.js
index 27532d0..af2bbab 100644
--- a/plugins/live-demo/live-demo.js
+++ b/plugins/live-demo/live-demo.js
@@ -127,7 +127,7 @@ export default class LiveDemo {
// Open in new Tab button
let a = create({
- inside: this.controls,
+ in: this.controls,
html: `↗️ New Tab`,
events: {
"click mouseenter": evt => {
@@ -138,7 +138,7 @@ export default class LiveDemo {
// Open in codepen button
create({
- inside: this.controls,
+ in: this.controls,
html: `