Skip to content

Commit

Permalink
Keep comment on the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Dec 26, 2023
1 parent f2235fe commit ac14580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/api/hooks/input/use-reanimated-focused-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ The `input` property from this hook is returned as `SharedValue`. The returned d

```ts
type FocusedInputLayoutChangedEvent = {
// tag of the focused TextInput
target: number;
target: number; // tag of the focused TextInput

// layout of the focused TextInput
layout: {
x: number; // `x` coordinate inside the parent component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The `input` property from this hook is returned as `SharedValue`. The returned d

```ts
type FocusedInputLayoutChangedEvent = {
// tag of the focused TextInput
target: number;
target: number; // tag of the focused TextInput

// layout of the focused TextInput
layout: {
x: number; // `x` coordinate inside the parent component
Expand Down

0 comments on commit ac14580

Please sign in to comment.