-
Notifications
You must be signed in to change notification settings - Fork 291
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
runfix: emojis picker click outside and search clear button background [WPB-16145] #18750
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Added one suggestion.
@@ -754,7 +754,7 @@ export const VideoControls: React.FC<VideoControlsProps> = ({ | |||
<EmojisBar | |||
onEmojiClick={handleEmojiClick} | |||
onPickerEmojiClick={() => setShowEmojisBar(false)} | |||
detachedWindow={detachedWindow} | |||
targetWindow={viewMode === CallingViewMode.DETACHED_WINDOW ? detachedWindow! : window} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we create a variable for it?
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #18750 +/- ##
==========================================
- Coverage 45.64% 45.64% -0.01%
==========================================
Files 968 968
Lines 27939 27939
Branches 6303 6304 +1
==========================================
- Hits 12754 12753 -1
Misses 13596 13596
- Partials 1589 1590 +1 |
|
Description
Fixes the click outside handling for emojis picker in full screen view and hover background from emoji picker search clear button in dark mode.
Screenshots/Screencast (for UI changes)
fixes.mov
Checklist