diff --git a/browser/base/content/browser-places.js b/browser/base/content/browser-places.js index b1b0a4843380..4e750bc53fff 100644 --- a/browser/base/content/browser-places.js +++ b/browser/base/content/browser-places.js @@ -1962,8 +1962,8 @@ var BookmarkingUI = { }, onStarCommand(aEvent) { - // Ignore non-left clicks on the star, or if we are updating its state. - if (!this._pendingUpdate && aEvent.button == 0) { + // Ignore clicks on the star if we are updating its state. + if (!this._pendingUpdate) { let isBookmarked = this._itemGuids.size > 0; // Disable the old animation in photon if (!isBookmarked && !AppConstants.MOZ_PHOTON_THEME)