Remove debug from collapsible-section
This commit is contained in:
parent
49fe2b98d9
commit
2624770cea
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@
|
|||
|
||||
if (!this._listenerAdded && this._head?.nextSibling) {
|
||||
this._head.nextSibling.addEventListener('transitionend', () => {
|
||||
Zotero.debug('Animation done; height is ' + this._head.nextSibling.scrollHeight);
|
||||
this.style.setProperty('--open-height', 'auto');
|
||||
});
|
||||
this._listenerAdded = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue