This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Commit eddcc55
Fix broken id anchor (#2095)
Summary:
*Before* submitting a pull request, please make sure the following is done...
1. Fork the repo and create your branch from `master`.
2. If you've added code that should be tested, add tests!
3. If you've changed APIs, update the documentation.
4. Ensure that:
* The test suite passes (`npm test`)
* Your code lints (`npm run lint`) and passes Flow (`npm run flow`)
* You have followed the [testing guidelines](https://github.com/facebook/draft-js/wiki/Testing-for-Pull-Requests)
5. If you haven't already, complete the [CLA](https://code.facebook.com/cla).
Please use the simple form below as a guideline for describing your pull request.
Thanks for contributing to Draft.js!
**Summary**
Just a small fix :)
**Test Plan**
1. Check out draft-js repo
1. Install dependencies with `yarn`
1. Change working directory to the website dir: `cd website`
1. Launch website in development mode: `yarn start`
1. Click the **Docs** link in the header
1. Click the **Learn more about why** link at the bottom of the page
1. Verify the page **Issues and Pitfalls** opens and scrolls to the **Missing Draft.css** heading
Pull Request resolved: #2095
Differential Revision: D15821826
Pulled By: claudiopro
fbshipit-source-id: 85977433416c7642f477d5709bee70f0795cf3131 parent 87a812d commit eddcc55
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
0 commit comments