Skip to content

Conversation

@iteriani
Copy link
Contributor

This was an old feature that mapped shift + click (et al) to "clickmod". This doesn't really make sense to add to Angular, so let's remove it.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

This was an old feature that mapped shift + click (et al) to "clickmod". This doesn't really make sense to add to Angular, so let's remove it.
@pullapprove pullapprove bot added the requires: TGP This PR requires a passing TGP before merging is allowed label Jul 30, 2024
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label Jul 30, 2024
@ngbot ngbot bot added this to the Backlog milestone Jul 30, 2024
Copy link
Contributor

@thePunderWoman thePunderWoman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

reviewed-for: fw-core, primitives, public-api

@pullapprove pullapprove bot requested review from AndrewKushnir and atscott July 31, 2024 14:02
Copy link
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed-for: public-api

@pullapprove pullapprove bot requested a review from alxhub July 31, 2024 14:04
new EventContractContainer(document.body),
));
const dispatcher = new EventDispatcher(invokeRegisteredListeners);
const dispatcher = new EventDispatcher(invokeRegisteredListeners, /** clickModSupport */ false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/* clickModSupport= */

@iteriani
Copy link
Contributor Author

iteriani commented Aug 1, 2024

TESTED=TGP

@iteriani iteriani added the action: merge The PR is ready for merge by the caretaker label Aug 1, 2024
@thePunderWoman thePunderWoman added the target: patch This PR is targeted for the next patch release label Aug 1, 2024
@thePunderWoman
Copy link
Contributor

This PR was merged into the repository by commit 2a915d1.

The changes were merged into the following branches: main, 18.1.x

thePunderWoman pushed a commit that referenced this pull request Aug 2, 2024
This was an old feature that mapped shift + click (et al) to "clickmod". This doesn't really make sense to add to Angular, so let's remove it.

PR Close #57201
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime requires: TGP This PR requires a passing TGP before merging is allowed target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants