1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

removed redundant tab symbol;

This commit is contained in:
lgtst 2022-04-14 19:55:11 +03:00
parent f7171287fc
commit 783047de12

View File

@ -558,7 +558,7 @@ export class TextInput extends PIXI.Container
}
_onSurrogateFocus()
{
{
this._setDOMInputVisible(true);
// sometimes the input is not being focused by the mouseclick
setTimeout(this._ensureFocus.bind(this), 10);