fix(hide-columns): removed clear storage from destroy method
This commit is contained in:
parent
945368972d
commit
b3b0d65850
@ -91,7 +91,6 @@ export class HideColumns {
|
||||
|
||||
destroy() {
|
||||
this._eventManager.cleanUp();
|
||||
this._storageManager.clear();
|
||||
this._tableUtilContainer.remove();
|
||||
this._element.classList.remove(HIDE_COLUMNS_INITIALIZED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user