(event)
| 2102 | } |
| 2103 | |
| 2104 | function chunkOnKeyDownSelectionChange(event) { |
| 2105 | return _chunkOnSelectionChange(event, false); |
| 2106 | } |
| 2107 | |
| 2108 | // This gets run when you defocus the editor by clicking |
| 2109 | // outside of the editor or by pressing escape or tab |
nothing calls this directly
no test coverage detected