fix(hide-columns): removed clear storage from destroy method

This commit is contained in:
Johannes Eder 2021-08-12 21:53:30 +02:00 committed by Sarah Vaupel
parent 945368972d
commit b3b0d65850

View File

@ -91,7 +91,6 @@ export class HideColumns {
destroy() {
this._eventManager.cleanUp();
this._storageManager.clear();
this._tableUtilContainer.remove();
this._element.classList.remove(HIDE_COLUMNS_INITIALIZED);
}