tmonk

Results 2 comments of tmonk

I have same bug with Mandarin input `zh-tw`. It works fine if I ending the input stream by pressing `tab` or `caps lock` not `enter`. Also, if the bug is...

After few tests, I found out it is `initialText` in second array argument of `useEffect()` in #2085 contribute to the bug. https://github.com/mattermost/focalboard/blob/cd6be86a3641ffb3549bd74c45ad3ae8a32a4411/webapp/src/components/markdownEditorInput/markdownEditorInput.tsx#L96-L105 When typing in ordinary character: 1. `initialText` will...