mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start page] text box didn't receive system key press event
This commit is contained in:
@ -157,7 +157,7 @@
|
||||
$chOpenMode = me.view.$panel.find('#sett-preview-mode');
|
||||
|
||||
$btnApply.on('click', _on_btn_apply).prop('disabled', true);
|
||||
$userName.on('keypress', _on_txt_user_change);
|
||||
$userName.on('input', _on_txt_user_change);
|
||||
$chOpenMode.on('change', e => {
|
||||
if ( $btnApply.prop('disabled') )
|
||||
$btnApply.prop('disabled', false);
|
||||
|
||||
Reference in New Issue
Block a user