From f9c62d578c0146bf038beb96c5792d02f3fb3ab3 Mon Sep 17 00:00:00 2001 From: mattpass Date: Sat, 7 Mar 2020 11:14:16 +0000 Subject: [PATCH] Focus on editor after letting go of minimap --- index.php | 2 +- lib/ice-coder.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index e8ba009..2dfa226 100644 --- a/index.php +++ b/index.php @@ -351,7 +351,7 @@ $t = $text['index'];
-
+
diff --git a/lib/ice-coder.js b/lib/ice-coder.js index 55f3b5e..963d59f 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -1496,8 +1496,8 @@ var ICEcoder = { this.setMinimapLayout(cM); - ICEcoder.mouseDownMinimap = true; - this.jumpMinimapPositon(400, 0); + // ICEcoder.mouseDownMinimap = true; + // this.jumpMinimapPositon(400, 0); get('docExplorer').style.right = "-220px"; }