-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor: add highlight to mark current draft in Drafts. #1177
Conversation
|
After reload, I am unable to reproduce the error above... Design is good, everything works. 🚢 |
Warning: Failed propType: Invalid prop `selectedId` of type `boolean` supplied to `DraftList`, expected `number`. Check the render method of `PostEditor`. Warning: Failed propType: Invalid prop `selectedId` of type `boolean` supplied to `Drafts`, expected `number`. Check the render method of `DraftList`. React treats { undefined } as a boolean for whatever reason.
Fixed the Nice change, I think it is good to go now. |
Thanks @nylen! I'm traveling today, so anyone, feel free to merge. |
Editor: add highlight to mark current draft in Drafts.
Merged! |
Adds a visual mark (same as used in notifications panel) to mark the draft you are currently editing in the drafts drawer.