Skip to content

Commit

Permalink
remove unused keyboard shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Aug 29, 2021
1 parent a71c2a8 commit 68d38ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/component/search/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as form from '../form';

import { Button } from '../button';
import { Control_text } from '../control/text';
import { KeyboardShortcut } from '../keyboardShortcut';

import { node } from '../../utility/node';
import { trimString } from '../../utility/trimString';
Expand Down Expand Up @@ -103,8 +102,6 @@ export const Search = function() {

};

this.delete = new KeyboardShortcut({ keycode: 8, action: () => { this.close(); } });

this.engine = {};

this.engine.set = () => {
Expand Down

0 comments on commit 68d38ab

Please sign in to comment.