diff options
| author | anekos | 2011-07-16 08:00:12 +0900 |
|---|---|---|
| committer | anekos | 2011-07-16 08:00:12 +0900 |
| commit | a3da7b7abfd54b0f50ab3b9450c0e006fa3c0bd4 (patch) | |
| tree | 262e91c4663f59b631fe3ea5d5e9b2e18a24d04f | |
| parent | 4ec32cf1b115f49cf7c25fcc666fca321c7ebff6 (diff) | |
| download | vimperator-plugins-a3da7b7abfd54b0f50ab3b9450c0e006fa3c0bd4.tar.bz2 | |
「[post] <Esc> [post]」の入力で INSERT モードにならないバグ対処
| -rw-r--r-- | google-plus-commando.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 4ed7885..2fb61da 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -403,6 +403,8 @@ let INFO = esc.action.apply(esc, arguments); } else { click(Elements.focusedEditor.button.cancel); + // FIXME + window.document.commandDispatcher.advanceFocus(); modes.reset(); PostHelp.hide(); } |
