(event)
| 59 | return InsertMode.suppressEvent(event); |
| 60 | }, |
| 61 | keyup(event) { |
| 62 | return InsertMode.suppressEvent(event); |
| 63 | }, |
| 64 | }); |
| 65 | |
| 66 | // If the very-next keydown is Escape, then exit immediately, thereby passing subsequent keys to |
nothing calls this directly
no test coverage detected