Skip to content

Commit

Permalink
🐛 Fix error in minimal plugin generation dialog
Browse files Browse the repository at this point in the history
Fixes #476
  • Loading branch information
abe33 committed May 20, 2016
1 parent abc29f4 commit e72e2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minimap-plugin-generator-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class MinimapPluginGeneratorElement {

confirm () {
if (this.validPackagePath()) {
this.removeChild(this.editorElement)
this.removeChild(this.modal)
this.message.innerHTML = `
<span class='loading loading-spinner-tiny inline-block'></span>
Generate plugin at <span class="text-primary">${this.getPackagePath()}</span>
Expand Down

0 comments on commit e72e2dd

Please sign in to comment.