diff --git a/plugins/live-demo/live-demo.js b/plugins/live-demo/live-demo.js index 56fd9dd..306fec9 100644 --- a/plugins/live-demo/live-demo.js +++ b/plugins/live-demo/live-demo.js @@ -88,7 +88,7 @@ export default class LiveDemo { html: `
`, }); - if (this.minimal) { + if (!this.minimal) { this.controls.append($("details.notes", this.container)); }