Remove debug from collapsible-section

This commit is contained in:
Abe Jellinek 2024-01-16 11:56:57 -05:00 committed by Dan Stillman
parent 49fe2b98d9
commit 2624770cea

View file

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