mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
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
Reference in a new issue