forked from cory/tildefriends
		
	Fix collapsing images taking extra clicks.
This commit is contained in:
		| @@ -172,7 +172,7 @@ class TfMessageElement extends LitElement { | ||||
| 			event.srcElement.classList.contains('img_caption') | ||||
| 		) { | ||||
| 			let next = event.srcElement.nextSibling; | ||||
| 			if (next.style.display == 'block') { | ||||
| 			if (next.style.display != 'none') { | ||||
| 				next.style.display = 'none'; | ||||
| 			} else { | ||||
| 				next.style.display = 'block'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user