Skip to content

Commit

Permalink
value was not set into printInput value
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Sep 27, 2016
1 parent 7620186 commit b2c094b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/controllers/editor.js
Expand Up @@ -145,6 +145,7 @@ function addSource(text, json, util, arrayBlock) {
var obj = Util.getAllAttributes(match[0], json)

if(obj.editable) {
obj.value = json[obj.key]
add(obj, json, text, util)
}else {
json[obj.key] = obj.source
Expand Down

0 comments on commit b2c094b

Please sign in to comment.