remove old import
This commit is contained in:
@@ -7,7 +7,7 @@ let keyboardShortcutsEnabled = true;
|
||||
|
||||
function initializeKeyboardShortcuts() {
|
||||
document.addEventListener('keydown', handleKeyboardShortcuts);
|
||||
console.log('Keyboard shortcuts initialized');
|
||||
// Keyboard shortcuts initialized
|
||||
}
|
||||
|
||||
function handleKeyboardShortcuts(event) {
|
||||
|
||||
Reference in New Issue
Block a user