fomantic-ui 2.9.2-beta.5 → 2.9.2-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fomantic-ui",
3
- "version": "2.9.2-beta.5+bdc9edd",
3
+ "version": "2.9.2-beta.6+27c5d2f",
4
4
  "description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
5
5
  "keywords": [
6
6
  "fomantic-ui",
@@ -673,6 +673,7 @@
673
673
  },
674
674
  onComplete: function () {
675
675
  module.unbind.scrollLock();
676
+ module.remove.active();
676
677
  if (settings.allowMultiple) {
677
678
  $previousModal.addClass(className.front);
678
679
  $module.removeClass(className.front);
@@ -216,7 +216,7 @@
216
216
  module.restore.conditions();
217
217
  module.hide();
218
218
  } else if (module.is.inward()) {
219
- module.verbose('Animation is outward, showing element');
219
+ module.verbose('Animation is inward, showing element');
220
220
  module.restore.conditions();
221
221
  module.show();
222
222
  } else {