diff --git a/src/base/single/editor/editor.code.js b/src/base/single/editor/editor.code.js index 2852399c0..997d57252 100644 --- a/src/base/single/editor/editor.code.js +++ b/src/base/single/editor/editor.code.js @@ -141,6 +141,10 @@ BI.CodeEditor = BI.inherit(BI.Single, { focus: function () { this.editor.focus(); }, + + blur: function () { + this.editor.getInputField().blur(); + }, setStyle: function (style) { this.style = style;