Move mouse wheel fix out of patch

This commit is contained in:
Asher
2019-02-01 12:32:42 -06:00
committed by Kyle Carberry
parent d677a2ee37
commit b40722869e
3 changed files with 20 additions and 29 deletions

View File

@@ -6,6 +6,7 @@ import "./fill/windowsService";
import "./fill/environmentService";
import "./fill/vscodeTextmate";
import "./fill/codeEditor";
import "./fill/mouseEvent";
import { PasteAction } from "./fill/paste";
import "./fill/dom";
import "./vscode.scss";