mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
sanitize note title
This commit is contained in:
@@ -482,7 +482,7 @@ export default class TabManager extends Component {
|
||||
|
||||
updateDocumentTitle(activeNoteContext) {
|
||||
const titleFragments = [
|
||||
// it helps navigating in history if note title is included in the title
|
||||
// it helps to navigate in history if note title is included in the title
|
||||
activeNoteContext.note?.title,
|
||||
"Trilium Notes"
|
||||
].filter(Boolean);
|
||||
|
||||
Reference in New Issue
Block a user