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.