To display a modal of the editing message GUI, I have to store and update the current position of the edited message.
Details
Details
- Reviewers
michal inka - Commits
- rCOMM58104dbd1675: [web] Storing edited message component position
- Checked if the position is correctly stored after entering edit mode.
- Resized the window, checked if the position is updated.
- Added/removed few lines to the message, checked if the position is updated.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/chat/chat-input-text-area.react.js | ||
---|---|---|
9–14 ↗ | (On Diff #26845) | It never hurts to be flexible with props (and with input parameters). If we don't care about the return, we do not need to insist on the function returning void. It can return anything, and it won't matter to us |