mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Fix initial focus for link hints (#5892)
This commit is contained in:
parent
23fb33c86a
commit
2fc5faa824
|
@ -251,7 +251,7 @@ CLASS zcl_abapgit_gui_page IMPLEMENTATION.
|
|||
IF mo_settings->get_link_hints_enabled( ) = abap_true AND lv_link_hint_key IS NOT INITIAL.
|
||||
|
||||
ii_html->add( |activateLinkHints("{ lv_link_hint_key }");| ).
|
||||
ii_html->add( |setInitialFocusWithQuerySelector('a span', true);| ).
|
||||
ii_html->add( |setInitialFocusWithQuerySelector('#header', false);| ).
|
||||
ii_html->add( |enableArrowListNavigation();| ).
|
||||
|
||||
ENDIF.
|
||||
|
|
Loading…
Reference in New Issue
Block a user