Skip to content

fix unload and modal#36

Open
andekande wants to merge 1 commit intomarcosesperon:masterfrom
andekande:patch-1
Open

fix unload and modal#36
andekande wants to merge 1 commit intomarcosesperon:masterfrom
andekande:patch-1

Conversation

@andekande
Copy link

  • modal div did not reappear if you use messi like this:
var msg = new Messi('Test', {modal: true});
msg.show();
msg.hide();
msg.show();
  • only unload clears the DOM now, hide not

* modal div did not reappear if you use messi like this:
```
var msg = new Messi('Test', {modal: true});
msg.show();
msg.hide();
msg.show();
```
* only unload clears the DOM now, hide not
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments