Skip to content

Commit b26d243

Browse files
devvaannshabose
authored andcommitted
fix: typo in comment
1 parent 0205cc8 commit b26d243

File tree

1 file changed

+1
-1
lines changed
  • src/extensionsIntegrated/TabBar

1 file changed

+1
-1
lines changed

src/extensionsIntegrated/TabBar/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ define(function (require, exports, module) {
511511

512512
// delegate event handling for both tab bars
513513
$(document).on("mousedown", ".phoenix-tab-bar .tab", function (event) {
514-
// to prevent right clicks activate the mousedown event
514+
// to prevent right-clicks from activating the mousedown event
515515
if (event.button === 2) { return; }
516516

517517
if ($(event.target).hasClass("fa-times") || $(event.target).closest(".tab-close").length) {

0 commit comments

Comments
 (0)