From 0c9db2c5737459040ed4df440c155c796724090d Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 20 Sep 2013 18:06:43 +0100 Subject: [PATCH] Only do next/prev tab if CM doesn't have focus Was falling back to this onMouseWheel when editor window was at top and we scroll up or at bottom and we scroll down, resulting in suddenly switching from scrolling content to tabs. This if condition fixes that. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 6c83fc1..d5ae306 100644 --- a/index.php +++ b/index.php @@ -26,7 +26,7 @@ if ($ICEcoder["checkUpdates"]) { } ?> - + ICEcoder v <?php echo $ICEcoder["versionNo"];?>