mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Fix various capitalization errors.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
768f9f93cd
commit
c155403884
@@ -316,7 +316,7 @@ exports.create = function (opts) {
|
||||
const id = $pill.data("id");
|
||||
funcs.removePill(id);
|
||||
$next.trigger("focus");
|
||||
// the "backspace" key in FireFox will go back a page if you do
|
||||
// the "backspace" key in Firefox will go back a page if you do
|
||||
// not prevent it.
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
@@ -336,7 +336,7 @@ exports.user_initiated_animate_scroll = function (scroll_amount) {
|
||||
exports.recenter_view = function (message, opts) {
|
||||
opts = opts || {};
|
||||
|
||||
// Barnowl-style recentering: if the pointer is too high, move it to
|
||||
// BarnOwl-style recentering: if the pointer is too high, move it to
|
||||
// the 1/2 marks. If the pointer is too low, move it to the 1/7 mark.
|
||||
// See keep_pointer_in_view() for related logic to keep the pointer onscreen.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user