added title to Diagram inner page #1159

This commit is contained in:
daria 2023-08-17 17:09:32 +03:00
parent 87661db47b
commit 76237e1347

View file

@ -12,6 +12,7 @@ define([
Messages,
pako,
X2JS) {
document.title = Messages.type.diagram;
const Nacl = window.nacl;
// As described here: https://drawio-app.com/extracting-the-xml-from-mxfiles/