Fix history mode UI

This commit is contained in:
yflory
2018-06-25 16:59:40 +02:00
parent 76bc82ac13
commit 6d8693ff8c
3 changed files with 17 additions and 5 deletions

View File

@@ -584,7 +584,9 @@ define([
onRemote: onRemote,
setHistory: setHistoryMode,
applyVal: function (val) {
contentUpdate(JSON.parse(val) || ["BODY",{},[]]);
contentUpdate(JSON.parse(val) || ["BODY",{},[]], function (h) {
return h;
});
},
$toolbar: $(toolbarContainer)
};