Issue with TDateTimePicker.SetFocus

Since TMS Web Core 2.9.6.1 we have the following error in the browser console of our application:

Uncaught ReferenceError: IntSetFocus is not defined

IntSetFocus is a local procedure of TDateTimePicker.SetFocus in unit WEBLib.StdCtrls.pas.

I have retested this here with TMS WEB Core 2.9.8.0 but I could not see an issue calling
webdatetimepicker1.SetFocus;

If a problem persists, please provide a sample source project

It works in debug mode, but not in release mode, since IntSetFocus is removed by the pas2js transpiler.

The crucial information that it was in release mode was missing.
We could not trace & fix this issue. Next update will address this.

Ok, thank you.