mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
merge backout
This commit is contained in:
commit
ca6766304e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user