Skip to content

Commit

Permalink
[live-demo] Do NOT move notes into controls if the demo is minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Feb 16, 2024
1 parent eb1053b commit 64695a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/live-demo/live-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class LiveDemo {
html: `<div class="demo-controls"></div>`,
});

if (this.minimal) {
if (!this.minimal) {
this.controls.append($("details.notes", this.container));
}

Expand Down

0 comments on commit 64695a5

Please sign in to comment.