Created a new context for message editing. Used ModalOverlay template.
Details
Details
- Reviewers
michal inka - Commits
- rCOMM2815fda0a332: [web] Add new edit message provider
In later diffs checked if the context works correctly.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/chat/edit-message-provider.js | ||
---|---|---|
58–63 ↗ | (On Diff #26401) | Is there a reason why this isn't just in the React.useMemo for the modal? |
Comment Actions
Added useMemo to modalOverlay
web/chat/edit-message-provider.js | ||
---|---|---|
58–63 ↗ | (On Diff #26401) | No, added it. |