mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	tippy: Place message reaction tooltip at bottom.
This doesn't hide the message content and other reactions.
This commit is contained in:
		@@ -45,6 +45,7 @@ export function initialize() {
 | 
				
			|||||||
    // message reaction tooltip showing who reacted.
 | 
					    // message reaction tooltip showing who reacted.
 | 
				
			||||||
    delegate("body", {
 | 
					    delegate("body", {
 | 
				
			||||||
        target: ".message_reaction",
 | 
					        target: ".message_reaction",
 | 
				
			||||||
 | 
					        placement: "bottom",
 | 
				
			||||||
        onShow(instance) {
 | 
					        onShow(instance) {
 | 
				
			||||||
            const elem = $(instance.reference);
 | 
					            const elem = $(instance.reference);
 | 
				
			||||||
            const local_id = elem.attr("data-reaction-id");
 | 
					            const local_id = elem.attr("data-reaction-id");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user