support drop down show events

This commit is contained in:
John McLear 2015-03-25 23:30:17 +00:00
parent aff802a0b3
commit e67ae522e2
2 changed files with 10 additions and 2 deletions

View file

@ -4962,7 +4962,6 @@ function Ace2Inner(){
// a fix: in IE, clicking on a control like a button outside the
// iframe can "blur" the editor, causing it to stop getting
// events, though typing still affects it(!).
top.console.log("blur handled");
setSelection(null);
}
}