From 945368972da36f4ff0da99f38c71ea9a1c7157d7 Mon Sep 17 00:00:00 2001 From: Johannes Eder Date: Thu, 12 Aug 2021 21:47:44 +0200 Subject: [PATCH] fix(show-hide): storage manager is not cleared --- frontend/src/utils/show-hide/show-hide.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/utils/show-hide/show-hide.js b/frontend/src/utils/show-hide/show-hide.js index 411cf1a7d..5739baac9 100644 --- a/frontend/src/utils/show-hide/show-hide.js +++ b/frontend/src/utils/show-hide/show-hide.js @@ -70,7 +70,6 @@ export class ShowHide { } destroy() { - this._storageManager.clear({ location: LOCATION.LOCAL }); this._eventManager.cleanUp(); if (this._element.parentElement.classList.contains(SHOW_HIDE_COLLAPSED_CLASS)) this._element.parentElement.classList.remove(SHOW_HIDE_COLLAPSED_CLASS);