Skip to content

Commit

Permalink
fix: 默认关闭 batch-refresh 以避免在 input 事件中带来问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucifier129 committed Jun 25, 2024
1 parent 56bf42a commit 09c9b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions controller/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ export default class Controller {
this.bindStoreWithView()
return this.render()
}
disableBatchRefresh = true
bindStoreWithView() {
let { context, store, history, meta } = this

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-imvc",
"version": "2.10.22",
"version": "2.10.23",
"description": "An Isomorphic MVC Framework",
"main": "./index",
"bin": {
Expand Down

0 comments on commit 09c9b12

Please sign in to comment.