refactor(hotkeys): remove unnecessary initialization code

This commit is contained in:
Elian Doran
2025-07-30 14:18:09 +03:00
parent 97fb273e7f
commit ee3a8e105e
2 changed files with 0 additions and 17 deletions

View File

@@ -30,13 +30,6 @@ interface CreateChildrenResponse {
export default class Entrypoints extends Component {
constructor() {
super();
if (jQuery.hotkeys) {
// hot keys are active also inside inputs and content editables
jQuery.hotkeys.options.filterInputAcceptingElements = false;
jQuery.hotkeys.options.filterContentEditable = false;
jQuery.hotkeys.options.filterTextInputs = false;
}
}
openDevToolsCommand() {