Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32556126
D8362.1767215800.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
585 B
Referenced Files
None
Subscribers
None
D8362.1767215800.diff
View Options
diff --git a/web/chat/message-tooltip.react.js b/web/chat/message-tooltip.react.js
--- a/web/chat/message-tooltip.react.js
+++ b/web/chat/message-tooltip.react.js
@@ -200,7 +200,12 @@
style={emojiKeyboardPositionStyle}
className={css.emojiKeyboard}
>
- <Picker data={data} onEmojiSelect={onEmojiSelect} />
+ <Picker
+ data={data}
+ onEmojiSelect={onEmojiSelect}
+ theme="dark"
+ autoFocus={true}
+ />
</div>
);
}, [emojiKeyboardPositionStyle, onEmojiSelect, shouldRenderEmojiKeyboard]);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 31, 9:16 PM (16 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5871796
Default Alt Text
D8362.1767215800.diff (585 B)
Attached To
Mode
D8362: [web] Set emoji `Picker` to "dark" mode and set search box to `autoFocus`
Attached
Detach File
Event Timeline
Log In to Comment