Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Adding back the comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondLim committed Oct 29, 2013
1 parent bd7a646 commit 3b3e02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/MultiRangeInlineEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b3e02a

Please sign in to comment.