commit | 8fbed2040c52f5aad5a56d3d12a8ed87713ebacf | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sun Mar 16 13:13:49 2025 +0100 |
committer | Adrià Vilanova <me@avm99963.com> | Sun Mar 16 16:04:57 2025 +0000 |
tree | 3a0f72c7f4f11b05686e0a0b9289daf0c9a70946 | |
parent | 75541d7ea8f07fbf5957577c4db225a1c9edf367 [diff] |
fix(bulk-report-replies): stop overriding all CC shortcuts We unintentionally called `e.stopPropagation()` on every key press, which caused all shortcuts in the Community Console to stop working. We only want to prevent other shortcuts from working when the user presses Alt + R (since we only want our shortcut to work), so this commits fixes this. Bug: twpowertools:233 Change-Id: I6a6a636c49c9b356a6eb68f58f67af8821fd4340
An extension which brings several enhancements to the Google Forums and the Community Console.
For a list of features/enhancements, check out the feature list doc.
This extension is being actively developed, and everyone is welcome to make feature requests, report issues and contribute code changes.
In order to make feature requests or report issues, please do so at the Monorail Issue Tracker:
To see a more exhaustive guide on how to contribute, and information on how to contribute code changes, please read the following doc:
Before releasing updates to the stable channel, the newest versions are uploaded to the beta channel so they can be tested by everyone who's interested. This is another way to contribute to the project, because beta testing can make us notice bugs before they reach the stable channel.
The beta channel for Chrome is available here.