We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a95a75 commit 8be9c39Copy full SHA for 8be9c39
content_scripts/link_hints.coffee
@@ -359,7 +359,7 @@ class LinkHintsMode
359
# When only one hint remains, activate it in the appropriate way. The current frame may or may not contain
360
# the matched link, and may or may not have the focus. The resulting four cases are accounted for here by
361
# selectively pushing the appropriate HintCoordinator.onExit handlers.
362
- activateLink: (linkMatched, userMightOverType) ->
+ activateLink: (linkMatched, userMightOverType = false) ->
363
@removeHintMarkers()
364
365
if linkMatched.isLocalMarker
0 commit comments