mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	send_later: Add keyboard navigation to message scheduling modal.
Fixes: #25404.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							fa112adcb7
						
					
				
				
					commit
					cb69413301
				
			@@ -60,6 +60,7 @@ const overlays = mock_esm("../src/overlays", {
 | 
			
		||||
    scheduled_messages_open: () => false,
 | 
			
		||||
    info_overlay_open: () => false,
 | 
			
		||||
    is_modal_open: () => false,
 | 
			
		||||
    active_modal: () => undefined,
 | 
			
		||||
    is_overlay_or_modal_open: () => overlays.is_modal_open() || overlays.is_active(),
 | 
			
		||||
});
 | 
			
		||||
const popovers = mock_esm("../src/popovers", {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user