diff --git a/lib/ice-coder.js b/lib/ice-coder.js index 32f90c1..b742585 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -1661,6 +1661,8 @@ var ICEcoder = { // Find & replace text according to user selections findReplace: function(findString,resultsOnly,buttonClick,isCancel) { if (isCancel){ + // Deselect by setting value to itself, then focus on editor + top.get('find').value = top.get('find').value; top.ICEcoder.focus(); return; }