mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Added node focus reason information.
This commit is contained in:
@@ -158,6 +158,9 @@ void DocSearchController::initSearchBar(
|
||||
addClickListener( findReplaceButton, "find-and-replace" );
|
||||
addClickListener( replaceAllButton, "replace-all" );
|
||||
addClickListener( closeButton, "close-searchbar" );
|
||||
|
||||
mFindInput->setSelectAllDocOnTabNavigate( false );
|
||||
mReplaceInput->setSelectAllDocOnTabNavigate( false );
|
||||
mReplaceInput->addEventListener( Event::OnTabNavigate,
|
||||
[this]( const Event* ) { mFindInput->setFocus(); } );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user