comand-component-library 4.1.24 → 4.1.25

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.24",
3
+ "version": "4.1.25",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -294,7 +294,7 @@ export default {
294
294
  this.showOffcanvas = false
295
295
  },
296
296
  getRoute(navigationEntry) {
297
- this.closeOffcanvasNavigation()
297
+ this.showOffcanvas = false
298
298
  return getRoute(navigationEntry)
299
299
  },
300
300
  closeOffcanvasNavigation() {