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);