remove actions from content
This commit is contained in:
parent
c7a3dd16e6
commit
27702ef402
4 changed files with 12 additions and 27 deletions
|
@ -4,5 +4,7 @@ export default {
|
|||
|
||||
CONSOLE_BLURRED: 'console.blured',
|
||||
CONSOLE_ENTERED: 'console.entered',
|
||||
CONSOLE_CHANGEED: 'console.changed'
|
||||
CONSOLE_CHANGEED: 'console.changed',
|
||||
|
||||
KEYDOWN: 'keydown'
|
||||
};
|
||||
|
|
Reference in a new issue