focus back to textInput after setting clipBoard
This commit is contained in:
@@ -925,6 +925,10 @@ class HTML5Window
|
|||||||
{
|
{
|
||||||
Browser.document.execCommand("copy");
|
Browser.document.execCommand("copy");
|
||||||
}
|
}
|
||||||
|
Timer.delay(function()
|
||||||
|
{
|
||||||
|
if (textInputEnabled) textInput.focus();
|
||||||
|
}, 20);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setCursor(value:MouseCursor):MouseCursor
|
public function setCursor(value:MouseCursor):MouseCursor
|
||||||
|
|||||||
Reference in New Issue
Block a user