mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement entry focus feature
This commit is contained in:
parent
ea776cac56
commit
4580c0ce6e
2 changed files with 12 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class Response
|
|||
{
|
||||
if ($focus)
|
||||
{
|
||||
$this->query->gtk->grab_focus();
|
||||
$this->query->focus();
|
||||
}
|
||||
|
||||
if (!is_null($placeholder))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue