Skip to content

Fix problem of ExternalURLHandler blocking selection of completion names#111

Open
opeongo wants to merge 1 commit intobobbylight:masterfrom
opeongo:fix_ExternalURLHandler
Open

Fix problem of ExternalURLHandler blocking selection of completion names#111
opeongo wants to merge 1 commit intobobbylight:masterfrom
opeongo:fix_ExternalURLHandler

Conversation

@opeongo
Copy link
Copy Markdown

@opeongo opeongo commented Apr 24, 2026

Previously, in an ExternalURLHandler was present it would be unconditionally invoked even if no URL was present in the HyperLinkEvent. When local link names are clicked on there is no URL,, just name in the HyperLinkEvent description, so it ends up that local names are not being processed.

With this change the ExternalURLHandler is only invoked when there is a URL to handle.

…mes.

Previously, the ExternalURLHandler would be invoked even if no URL was
present in the HyperLinkEvent.  This would result in local names not being
processed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant