Skip to content

Conversation

@sid-bruno
Copy link
Collaborator

@sid-bruno sid-bruno commented Oct 29, 2025

Extends #5160

Closes: #4982

JIRA

  • Allow ctrl/cmd + click to open URLs

@github-actions
Copy link

github-actions bot commented Oct 29, 2025

CLI Test Results

  1 files  ±0  140 suites  ±0   43s ⏱️ -16s
227 tests ±0  227 ✅ ±0  0 💤 ±0  0 ❌ ±0 
291 runs  ±0  290 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit 39dfd8d. ± Comparison against base commit 50442d9.

♻️ This comment has been updated with latest results.

@sid-bruno sid-bruno marked this pull request as ready for review November 18, 2025 08:04
@sid-bruno sid-bruno force-pushed the feature/cmd-click-to-links-internal branch 2 times, most recently from 8c2e0c9 to 4ee69c7 Compare November 18, 2025 08:19
@chirag-bruno chirag-bruno mentioned this pull request Nov 18, 2025
5 tasks
abansal21 and others added 2 commits November 18, 2025 17:43
…rs (#5160)

* Allow ctrl/cmd + click to open URLs

* fix for when user does cmd+tab, then comes back without it

---------

Co-authored-by: Sid <[email protected]>
fix: clean up whitespace and formatting in linkAware functions

fix rediff

Feature/cmd click on links (#6132)

* Allow ctrl/cmd + click to open URLs

* fix for when user does cmd+tab, then comes back without it

* refactored the community contribution to match Autocomplete's implementation

* updated the code to resolve issues caused during merge conflict resolution with the use of makeLinkAware

* fix: updated the code to use lodash's debounce and removed redundant undefined checks

* fix: correct debouncing test expectation in linkAware.spec.js

The test was incorrectly expecting 3 setTimeout calls when debouncing
should only result in one active timeout. Updated the test to verify
debouncing behavior correctly by checking that setTimeout is called
with the correct delay, and that only one execution happens after
the debounce delay.

* fix: fixed merge issues in linkAware.js

* fix: fixed CodeMirror assignment to this.editor

* fix: formatting fixes

* fix: formatting fix

---------

Co-authored-by: abansal21 <[email protected]>
Co-authored-by: Chirag Chandrashekhar <[email protected]>
@sid-bruno sid-bruno force-pushed the feature/cmd-click-to-links-internal branch from 349b30a to 39dfd8d Compare November 18, 2025 12:15
@sid-bruno
Copy link
Collaborator Author

Force push is just to squash changes made by the internal team to avoid too many commits into the main branch.

Nothing was changed to the original authors PR

@sid-bruno sid-bruno merged commit 9d3c8b2 into main Nov 18, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow ctrl(cmd)+click to open URLs

3 participants