mirror of https://github.com/zulip/zulip.git
minor: Fix typo in narrow.js activate - "heading" was "headig".
This commit is contained in:
parent
4105ccdb17
commit
47f81f6974
|
@ -183,7 +183,7 @@ export function activate(raw_operators, opts) {
|
||||||
* then_select_offset: Offset from the top of the page in pixels
|
* then_select_offset: Offset from the top of the page in pixels
|
||||||
at which to place the then_select_id message following
|
at which to place the then_select_id message following
|
||||||
rendering. Important to avoid what would otherwise feel like
|
rendering. Important to avoid what would otherwise feel like
|
||||||
visual glitches after clicking on a specific message's headig
|
visual glitches after clicking on a specific message's heading
|
||||||
or rerendering due to server-side changes.
|
or rerendering due to server-side changes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue