Fixes issue wth the dropdown list upon double clicking.
Closes #960 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
		
							parent
							
								
									d2a9b312e9
								
							
						
					
					
						commit
						90883bb22b
					
				| 
						 | 
					@ -23,6 +23,7 @@ class ChapterToggle {
 | 
				
			||||||
            list.style.overflow = '';
 | 
					            list.style.overflow = '';
 | 
				
			||||||
            list.style.height = '';
 | 
					            list.style.height = '';
 | 
				
			||||||
            list.style.transition = '';
 | 
					            list.style.transition = '';
 | 
				
			||||||
 | 
					            list.style.display = `block`;
 | 
				
			||||||
            list.removeEventListener('transitionend', transitionEndBound);
 | 
					            list.removeEventListener('transitionend', transitionEndBound);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue