Hi,
I would like to use TTMSFNCMemo based on Monaco (which is a really great idea BTW) in my VCL application. Unfortunately, I am facing a very annoying bug: sometimes it becomes impossible to type into the control after switching to another window and then returning to the application.
I recorded a video showing the issue:

This problem can easily be reproduced using your own demo project:
Products\tms.fnc.uipack\Demos\VCL\Memo\Default\VCLTMSFNCMemoDemo.dproj
Sometimes typing works immediately after returning to the application, but other times it becomes completely impossible to type anything unless I click on the control many times, as if trying to give it focus again. The caret is blinking and it looks like typing should work, but no input is received.
The same issue can also occur after displaying a ShowMessage dialog and then returning to the control. It is even worse when the control is placed on an MDI child form.
Could you please suggest a fix or a workaround for this issue?
Using Delphi 13 with all patches. Last FNC UI Pack available.
Thank you in advance.