Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3372790
D9991.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
488 B
Referenced Files
None
Subscribers
None
D9991.diff
View Options
diff --git a/native/chat/chat-thread-list.react.js b/native/chat/chat-thread-list.react.js
--- a/native/chat/chat-thread-list.react.js
+++ b/native/chat/chat-thread-list.react.js
@@ -191,7 +191,7 @@
(threadInfo: ThreadInfo) => {
onChangeSearchText('');
if (searchInputRef.current) {
- this.searchInputRef.current.blur();
+ searchInputRef.current.blur();
}
navigation.navigate<'SidebarListModal'>({
name: SidebarListModalRouteName,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 7:55 AM (14 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2589475
Default Alt Text
D9991.diff (488 B)
Attached To
Mode
D9991: [Flow202][native][skip-ci] [7/x] Fix leftover this keyword in ChatThreadList hook conversion
Attached
Detach File
Event Timeline
Log In to Comment