merge backout

This commit is contained in:
Dão Gottwald 2013-07-01 11:34:22 +02:00
commit ca6766304e

View File

@ -159,7 +159,7 @@
<field name="_formattingEnabled">true</field>
<method name="formatValue">
<body><![CDATA[
if (!this._formattingEnabled || this.focused || !this.editor)
if (!this._formattingEnabled || this.focused)
return;
let controller = this.editor.selectionController;