mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	shortcuts: Update string for selecting the keyboard shortcuts node.
This commit is contained in:
		@@ -23,7 +23,7 @@ const shortcut = () => {
 | 
			
		||||
	// Create the menu for the below
 | 
			
		||||
	const node = document.querySelector('a[data-overlay-trigger=keyboard-shortcuts]');
 | 
			
		||||
	// Additional check
 | 
			
		||||
	if (node.text.trim().toLowerCase() === 'keyboard shortcuts') {
 | 
			
		||||
	if (node.text.trim().toLowerCase() === 'keyboard shortcuts (?)') {
 | 
			
		||||
		node.click();
 | 
			
		||||
	} else {
 | 
			
		||||
		// Atleast click the dropdown
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user