Revert change log change.

This commit is contained in:
Peng Lyu 2019-11-18 11:51:30 -08:00 committed by GitHub
parent 3d0dae8fe1
commit 4aeb9fb47a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,6 @@ Contributions to `monaco-typescript`:
* `autoClosingOvertype`: it controls whether the editor allows [typing over closing quotes or brackets](https://github.com/microsoft/vscode/issues/37315#issuecomment-515200477).
* `cursorSurroundingLines`: it controls how many visible lines to display around the cursor while moving the cursor towards beginning or end of a file.
* `renderWhitespace: "selection"`: the editor can render whitespaces only in selection.
* Deprecate `mouseWheel` event in favor of `wheel`. Scrolling works again in Firefox.
### API changes