CPWebView scrollwheel fix

This commit is contained in:
daboe01
2013-02-13 19:07:06 +01:00
parent 9f85d2bdb3
commit 1f19e028d5
+1
View File
@@ -258,6 +258,7 @@ CPWebViewAppKitScrollMaxPollCount = 3;
};
win.addEventListener("DOMMouseScroll", scrollEventHandler, false);
win.addEventListener("wheel", scrollEventHandler, false);
}
}