From 4aeb9fb47ae4e4a414cfdac4bc872b406dbbda72 Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Mon, 18 Nov 2019 11:51:30 -0800 Subject: [PATCH] Revert change log change. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478ea0f9..d1edc9c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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