@valtimo/layout 4.15.2-next-main.11 → 4.15.2-next-main.15

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.
Files changed (2) hide show
  1. package/assets/js/app.js +3 -1
  2. package/package.json +1 -1
package/assets/js/app.js CHANGED
@@ -418,8 +418,10 @@ var App = (function () {
418
418
  /*Toggle sidebar on small devices*/
419
419
  lsToggle.on('click',function( e ){
420
420
  var spacer = $(this).next('.left-sidebar-spacer'), toggleBtn = $(this);
421
-
421
+ var toggleSpacerMenu = $(".left-sidebar-spacer");
422
422
  toggleBtn.toggleClass('open');
423
+ toggleSpacerMenu.toggleClass('open');
424
+
423
425
  spacer.slideToggle(config.leftSidebarToggleSpeed, function(){
424
426
  $(this).removeAttr('style').toggleClass('open');
425
427
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valtimo/layout",
3
3
  "license": "EUPL-1.2",
4
- "version": "4.15.2-next-main.11",
4
+ "version": "4.15.2-next-main.15",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^10.0.11",
7
7
  "@angular/core": "^10.0.11"