mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: fix some typos (#40506)
This commit is contained in:
@@ -86,15 +86,15 @@ class NotifyIconHost::MouseEnteredExitedDetector {
|
||||
SendExitedEvent();
|
||||
}
|
||||
|
||||
// If timer is runnig then cursor is arelady over icon and
|
||||
// CheckCursorPositionOverIcon will be repeadly checking when to send
|
||||
// If timer is running then cursor is already over icon and
|
||||
// CheckCursorPositionOverIcon will be repeatedly checking when to send
|
||||
// mouse exited event.
|
||||
if (mouse_exit_timer_.IsRunning())
|
||||
return;
|
||||
|
||||
SendEnteredEvent(icon);
|
||||
|
||||
// Start repeadly checking when to send mouse exited event.
|
||||
// Start repeatedly checking when to send mouse exited event.
|
||||
StartObservingIcon(icon);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user