Extra param to signify we're not triggering from button click

This commit is contained in:
Matt Pass
2012-05-05 15:19:12 +01:00
parent 334ced8627
commit c177374d23

View File

@@ -79,7 +79,7 @@ function createNewCMInstance(num) {
},
onKeyEvent: function(instance, e) {
top.ICEcoder.redoChangedContent(event);
top.ICEcoder.findReplace('find',true);
top.ICEcoder.findReplace('find',true,false);
top.ICEcoder.getCaretPosition();
top.ICEcoder.updateCharDisplay();
tok = window['cM'+top.ICEcoder.cMInstances[top.ICEcoder.selectedTab-1]].getTokenAt(window['cM'+top.ICEcoder.cMInstances[top.ICEcoder.selectedTab-1]].getCursor());