mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	recent_topics: Don't revive focus when RT is not in focus.
When there is any overlay or popover open or user is focused on any other input, we don't revive focus within recent topics. Fixes #17875
This commit is contained in:
		@@ -94,6 +94,7 @@ mock_esm("../../static/js/hotspots", {
 | 
			
		||||
 | 
			
		||||
mock_esm("../../static/js/recent_topics", {
 | 
			
		||||
    is_visible: () => false,
 | 
			
		||||
    is_in_focus: () => false,
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
message_lists.current = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user