Mohammad Luthfi Fathur Rahman
Mohammad Luthfi Fathur Rahman
@eVoloshchak I just pulled the latest `main` and retest it again on an Android device and the Android simulator. **Android device** https://user-images.githubusercontent.com/25520267/197570153-fd5a4406-3162-4852-974f-ade724c2aae9.mp4 **Android simulator** https://user-images.githubusercontent.com/25520267/197570612-95a06fe4-5b3e-4b4e-85d7-7a43fd13efdb.mov
@eVoloshchak Updated PR! > do we need to omit the innerRef? I guess we need to omit that `innerRef` or `forwardedRef` right now 'cause we don't need that to pass...
Bump @eVoloshchak
@eVoloshchak Yeah you're right, I fix the comment thanks!
@marcochavezf Updated!
### Proposal Using `Str.htmlDecode` to decode HTML encoded string. ```diff diff --git a/src/libs/SelectionScraper/index.js b/src/libs/SelectionScraper/index.js index 99405259e..317b72741 100644 --- a/src/libs/SelectionScraper/index.js +++ b/src/libs/SelectionScraper/index.js @@ -133,7 +133,7 @@ const getCurrentSelection = () =>...
I found a bug when you try to copy the last chat from a thread by highlighting all the text, it's copying the text I select and also some random...
@tjferriss Applied, thank you!
@brunovjk Could you fix the conflict, I'll finish the recording after that. Thanks!
## Reviewer Checklist - [x] I have verified the author checklist is complete (all boxes are checked off). - [x] I verified the correct issue is linked in the `###...