From 3b3e02ad80de3259daf6e4b49902ea788cc2dab9 Mon Sep 17 00:00:00 2001 From: RaymondLim Date: Tue, 29 Oct 2013 12:50:24 -0700 Subject: [PATCH] Adding back the comment. --- src/editor/MultiRangeInlineEditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/MultiRangeInlineEditor.js b/src/editor/MultiRangeInlineEditor.js index ca492192b90..47a80d2c436 100644 --- a/src/editor/MultiRangeInlineEditor.js +++ b/src/editor/MultiRangeInlineEditor.js @@ -506,6 +506,7 @@ define(function (require, exports, module) { } // Ignore clicks in editor and clicks on filename link + // Check clicks on filename link in the context of the current inline widget. if (!containsClick($(editorRoot)) && !containsClick($(".filename", this.$htmlContent))) { childEditor.focus(); // Only set the cursor if the click isn't in the range list.