Skip to content

Commit

Permalink
docs(api): remove subheader for non-namespace
Browse files Browse the repository at this point in the history
This way, pptr.dev doesn’t incorrectly think the header is a namespace.

Ref. #6000.
  • Loading branch information
mathiasbynens committed Jun 12, 2020
1 parent 3d56a9e commit 4205ff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/api.md
Expand Up @@ -2488,8 +2488,6 @@ await page.mouse.move(0, 0);
await page.mouse.up();
```

#### Selecting text and moving the mouse

Note that the mouse events trigger synthetic `MouseEvent`s.
This means that it does not fully replicate the functionality of what a normal user would be able to do with their mouse.

Expand Down

1 comment on commit 4205ff7

@TimvdLippe
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This introduced a linter warning. Should be fixed with #6009

Please sign in to comment.