Details
Details
- Reviewers
michal inka - Commits
- rCOMMb19e1f9e521e: [web] Changed edit modal overlay opacity
Checked if new opacity is applied in edit mode. Checked if it is not applied in other modals.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
lib/components/modal-overlay.react.js | ||
---|---|---|
59 ↗ | (On Diff #26855) | This should be memoized. By passing in this new object every time, you've actually made all of the memoization above completely useless (memoization of onBackgroundMouseDown, onBackgroundMouseUp, and onKeyDown is now useless) |
Comment Actions
Can you remove the color from modal-overlay.css and set the default in ModalOverlay? I feel this will be more readable.
lib/components/modal-overlay.react.js | ||
---|---|---|
59 ↗ | (On Diff #26889) | Shorthand |