@finqu/cool 1.2.15 → 1.2.17

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI v1.2.14 (https://finqu.fi)
2
+ * Cool UI v1.2.16 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -3775,6 +3775,9 @@
3775
3775
  this.$el.on('mouseleave' + '.' + NAME$3, function () {
3776
3776
  _this2.close();
3777
3777
  });
3778
+ this.$el.on('blur' + '.' + NAME$3, function () {
3779
+ _this2.close();
3780
+ });
3778
3781
  this.$el.on('destroyed' + '.' + NAME$3, function () {
3779
3782
  _this2.close();
3780
3783
  });