Skip to content

Commit

Permalink
Update diagram title when saving diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Rösler committed Jul 10, 2021
1 parent 1385668 commit 189a0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/databaseUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ async function _saveDiagram() {
} else { // If name doesnt yet exists in DB, the diagram is simply saved.
await saveDiagramToMongo(diagramName);
}
updateDiagramTitle(diagramName)
}

/**
Expand Down

0 comments on commit 189a0b8

Please sign in to comment.