mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-04 22:51:47 +00:00
Never set document title
This commit is contained in:
+1
-4
@@ -180,10 +180,7 @@ Promise.all([
|
||||
Object.values(views).forEach(v => v.setModel(models[selected]))
|
||||
models[selected].invalidate()
|
||||
}
|
||||
if (!title.startsWith('title.')) {
|
||||
selectedModel.textContent = title
|
||||
document.title = title
|
||||
}
|
||||
selectedModel.textContent = title
|
||||
}
|
||||
|
||||
const updateLanguage = (id: string, store = false) => {
|
||||
|
||||
Reference in New Issue
Block a user