mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Don't update selected model
This commit is contained in:
@@ -180,7 +180,6 @@ Promise.all([
|
||||
Object.values(views).forEach(v => v.setModel(models[selected]))
|
||||
models[selected].invalidate()
|
||||
}
|
||||
selectedModel.textContent = title
|
||||
}
|
||||
|
||||
const updateLanguage = (id: string, store = false) => {
|
||||
|
||||
@@ -50,7 +50,7 @@ module.exports = (env, argv) => ({
|
||||
|
||||
function buildModel(model) {
|
||||
const page = new HtmlWebpackPlugin({
|
||||
title: `${model.name} Generators Minecraft`,
|
||||
title: `${model.name} Generator Minecraft`,
|
||||
filename: `${model.id}/index.html`,
|
||||
template: 'src/index.html'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user