Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #2271, fix bug in Enter-to-save
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Mar 13, 2017
1 parent 2868ccc commit a8024b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/webextension/selector/uicontrol.js
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ window.uicontrol = (function () {
if ((event.key || event.code) === "Enter") {
if (getState.state === "selected") {
sendEvent("save-shot", "keyboard-enter");
shooter.takeShot();
shooter.takeShot("selection", selectedPos);
}
}
}
Expand Down

0 comments on commit a8024b6

Please # to comment.