mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a6acdd4c1a
commit
d1e5b70759
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace Flow.Launcher.Plugin.BrowserBookmark.Tabs;
|
|||
/// <summary>
|
||||
/// TabsTracker maps initial URLs into existing browser's tabs.
|
||||
/// The sequence of events:
|
||||
/// 1. OpenUrlAndTrack - before lauching an URL it is remembered for later mapping to a browser's tab
|
||||
/// 1. OpenUrlAndTrack - before launching an URL it is remembered for later mapping to a browser's tab
|
||||
/// 2. OnFocusChanged - whenever a browser's window gets focused a new tab discovery is started and result is put into the UrlToBrowserTab map
|
||||
/// 3. InjectExistingTabs - iterates over BrowserBookmark's query result and replaces OpenUrl with ActivateTab for known, existing tabs
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue