diff options
Diffstat (limited to 'js/panels')
-rw-r--r-- | js/panels/css-panel/css-style.reel/css-style.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/css-panel/css-style.reel/css-style.js b/js/panels/css-panel/css-style.reel/css-style.js index 8fd0f156..84841f5b 100644 --- a/js/panels/css-panel/css-style.reel/css-style.js +++ b/js/panels/css-panel/css-style.reel/css-style.js | |||
@@ -292,8 +292,8 @@ exports.CssStyle = Montage.create(Component, { | |||
292 | } else if (value !== '0') { | 292 | } else if (value !== '0') { |
293 | this.units = units; | 293 | this.units = units; |
294 | } | 294 | } |
295 | 295 | ||
296 | this.valueText = value; | 296 | this.valueField.value = value; |
297 | 297 | ||
298 | this.delegate.handleValueChange(rule, property, value, this); | 298 | this.delegate.handleValueChange(rule, property, value, this); |
299 | } | 299 | } |