Skip to content

Fixes can't drag to select linkified text in the debug console#83956

Merged
isidorn merged 1 commit intomicrosoft:masterfrom
jeanp413:fix-link-selection-debug-console
Nov 12, 2019
Merged

Fixes can't drag to select linkified text in the debug console#83956
isidorn merged 1 commit intomicrosoft:masterfrom
jeanp413:fix-link-selection-debug-console

Conversation

@jeanp413
Copy link
Contributor

@jeanp413 jeanp413 commented Nov 5, 2019

This PR fixes #83264

classList.toggle return value is boolean, so when it returns false it cancels the onmousemove event making link text selection not possible.

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Nov 5, 2019
@weinand weinand removed their assignment Nov 5, 2019
@weinand weinand added this to the November 2019 milestone Nov 5, 2019
@isidorn
Copy link
Collaborator

isidorn commented Nov 12, 2019

Awesome find and great fix!

@isidorn isidorn merged commit 760957c into microsoft:master Nov 12, 2019
@jeanp413 jeanp413 deleted the fix-link-selection-debug-console branch November 12, 2019 15:34
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

debug Debug viewlet, configurations, breakpoints, adapter issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't drag to select linkified text in the debug console

3 participants