Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 01695d3

Browse files
author
Marcel Gerber
committed
A newline got lost
1 parent c2d3297 commit 01695d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/brackets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ define(function (require, exports, module) {
444444
window.document.body.addEventListener("wheel", windowsScrollFix, true);
445445
}
446446
}
447+
447448
if (brackets.platform === "win" && !brackets.inBrowser) {
448449
PreferencesManager.definePreference("_windowsScrollFix", "boolean", true).on("change", enableOrDisableWinScrollFix);
449450
enableOrDisableWinScrollFix();

0 commit comments

Comments
 (0)