fix(password): added cleanUP
This commit is contained in:
parent
0688eef70c
commit
204ce39f7c
@ -462,10 +462,10 @@ export class AsyncTable {
|
||||
).finally(() => this._element.classList.remove(ASYNC_TABLE_LOADING_CLASS));
|
||||
}
|
||||
|
||||
//_debugLog() {}
|
||||
_debugLog(fName, ...args) {
|
||||
console.log(`[DEBUGLOG] AsyncTable.${fName}`, { args: args, instance: this });
|
||||
}
|
||||
_debugLog() {}
|
||||
//_debugLog(fName, ...args) {
|
||||
// console.log(`[DEBUGLOG] AsyncTable.${fName}`, { args: args, instance: this });
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -67,6 +67,7 @@ export class Password {
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this._eventManager.cleanUp();
|
||||
this._iconEl.remove();
|
||||
this._toggleContainerEl.remove();
|
||||
this._wrapperEl.remove();
|
||||
|
||||
Reference in New Issue
Block a user