Fix gr-edit-preferences to be able to save "Indent Unit"

Change-Id: Ie3664d2d510aa572f073ccb5ad770c2b28352e57
(cherry picked from commit cd9a2a6209)
This commit is contained in:
Paladox none
2018-02-04 17:30:23 +00:00
parent 3f53c23e10
commit b02dc55028

View File

@@ -35,6 +35,7 @@ limitations under the License.
prevent-invalid-input
allowed-pattern="[0-9]"
bind-value="{{editPrefs.tab_size}}"
on-keypress="_handleEditPrefsChanged"
on-change="_handleEditPrefsChanged">
</span>
</section>
@@ -47,6 +48,7 @@ limitations under the License.
prevent-invalid-input
allowed-pattern="[0-9]"
bind-value="{{editPrefs.line_length}}"
on-keypress="_handleEditPrefsChanged"
on-change="_handleEditPrefsChanged">
</span>
</section>
@@ -59,6 +61,7 @@ limitations under the License.
prevent-invalid-input
allowed-pattern="[0-9]"
bind-value="{{editPrefs.indent_unit}}"
on-keypress="_handleEditPrefsChanged"
on-change="_handleEditPrefsChanged">
</span>
</section>