Fixed error on core-list content change.

This commit is contained in:
Oliver Hamlet
2014-11-14 23:31:31 +00:00
parent ff5a0895ba
commit 8986f4d6f6
@@ -262,8 +262,10 @@ loot-editor-close
oldValue.editor = this.readFromEditor(oldValue);
}
/* Set the new editor data. */
this.setEditorData(newValue);
if (newValue) {
/* Set the new editor data. */
this.setEditorData(newValue);
}
},
readFromEditor: function(oldData) {