Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Mar 18, 2016
1 parent 282c69a commit d7d3d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/keyboard/textinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ var TextInput = function(parentNode, host) {
}
} catch(e) {
if (!forceIEMime)
return handleClipboardData(e, data, forceIEMime);
return handleClipboardData(e, data, true);
}
};

Expand Down

0 comments on commit d7d3d79

Please sign in to comment.