@finqu/cool 1.2.17 → 1.2.19

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.16 (https://finqu.fi)
2
+ * Cool UI v1.2.17 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1444,6 +1444,11 @@
1444
1444
  minScrollbarLength: 20,
1445
1445
  suppressScrollX: true
1446
1446
  });
1447
+ $sidebarLeftContent.find('[data-toggle="collapse"]').on('click', function () {
1448
+ setTimeout(function () {
1449
+ sidebarLeftScroll.update();
1450
+ }, 300);
1451
+ });
1447
1452
  } // Sidebar tabs
1448
1453
 
1449
1454