mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Added a property `mouse_moved_since_typeahead` to the typeahead class which tracks whether the mouse has been moved since the typeahead menu appeared. The hovered over menu item is highlighted on `mouseenter` only if `mouseMoved` is true. Otherwise, the cursor is hidden temporarily. Code substantially reorganized by tabbott. Fixes: #21018.