We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d415d commit 2b1b392Copy full SHA for 2b1b392
src/services/browserService.js
@@ -1,6 +1,6 @@
1
const currentBrowserTab = {
2
setTitle: (title) => {
3
- window.document.title = title;
+ window.document.title = title || 'ZenUML | Untitled';
4
},
5
getTitle: () => window.document.title,
6
};
0 commit comments