修复重复执行context.View()的bug

This commit is contained in:
hoteas 2022-08-25 14:06:31 +08:00
parent 2ee0838d8a
commit 127e027940
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ func setMakeCodeListener(name string, appIns *Application) {
context.Router[context.RouterString[0]][context.RouterString[1]]["remove"](context)
}
context.View()
//context.View()
return true
})
}