mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed error on core-list content change.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user