mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-02 07:55:29 +00:00
Add undo/redo history
This commit is contained in:
@@ -7,11 +7,11 @@ function changeVersion(version) {
|
||||
$('#versionLabel').text(version);
|
||||
structure = json.root;
|
||||
components = json.components;
|
||||
invalidated();
|
||||
updateView();
|
||||
});
|
||||
}
|
||||
|
||||
function invalidated() {
|
||||
function updateView() {
|
||||
if (structure) {
|
||||
generateTable();
|
||||
if (i18next.isInitialized) {
|
||||
|
||||
Reference in New Issue
Block a user