Fix hotkeys in repo view (#6054)

This commit is contained in:
Marc Bernard 2023-02-08 15:15:02 +01:00 committed by GitHub
parent 41dac12d2f
commit dc9d6a9186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1423,6 +1423,7 @@ CLASS zcl_abapgit_gui_page_repo_view IMPLEMENTATION.
ENDTRY.
register_deferred_script( render_scripts( ) ).
register_hotkeys( ).
ENDMETHOD.
ENDCLASS.