VASS-1358 anchor formatting bar to editor
https://workflow.ghx.com/browse/VASS-1345
In a previous MR (!29 (merged)) we moved the formatting bar to appear above the input. This is a problem when replying to comments because the formatting bar covers the comment being responded to.
This change moves the toolbar to appear in the editor.
To verify:
- Clone this repo: https://gitlab.com/lumere-public/lumere-ui then switch to this branch
- In newly cloned lumere-ui repo, run
npm link
- in
phapp
repo, runnpm link @lumere/lumere-ui
- Then run
ls
to verify it's correct:npm ls @lumere/lumere-ui
- Restart server
- Go to a project: http://localhost:8000/projects/app/#/28689/notes
- Add a note and reply to a note
Expect: formatting bar appears inside editor.