diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-21 16:18:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-21 16:18:02 +0900 |
| commit | 7bbf022978b5f79bbb58ad31389c83b949218a52 (patch) | |
| tree | c9f31ff07818ab549ee53c214aa13f89e488c2e6 /src/client/app/common/scripts | |
| parent | Refactor (diff) | |
| download | sharkey-7bbf022978b5f79bbb58ad31389c83b949218a52.tar.gz sharkey-7bbf022978b5f79bbb58ad31389c83b949218a52.tar.bz2 sharkey-7bbf022978b5f79bbb58ad31389c83b949218a52.zip | |
Refactor
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/note-mixin.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/app/common/scripts/note-mixin.ts b/src/client/app/common/scripts/note-mixin.ts index 1556d06601..cd3d3ae760 100644 --- a/src/client/app/common/scripts/note-mixin.ts +++ b/src/client/app/common/scripts/note-mixin.ts @@ -37,10 +37,6 @@ export default (opts: Opts = {}) => ({ 'ctrl+q': this.renoteDirectly, 'up|k|shift+tab': this.focusBefore, 'down|j|tab': this.focusAfter, - 'shift+up': () => this.$emit('parentFocus', 'up'), - 'shift+down': () => this.$emit('parentFocus', 'down'), - 'shift+left': () => this.$emit('parentFocus', 'left'), - 'shift+right': () => this.$emit('parentFocus', 'right'), 'esc': this.blur, 'm|o': () => this.menu(true), 's': this.toggleShowContent, |