Skip to content

Commit 09c9b12

Browse files
committed
fix: 默认关闭 batch-refresh 以避免在 input 事件中带来问题
1 parent 56bf42a commit 09c9b12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

controller/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ export default class Controller {
637637
this.bindStoreWithView()
638638
return this.render()
639639
}
640+
disableBatchRefresh = true
640641
bindStoreWithView() {
641642
let { context, store, history, meta } = this
642643

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-imvc",
3-
"version": "2.10.22",
3+
"version": "2.10.23",
44
"description": "An Isomorphic MVC Framework",
55
"main": "./index",
66
"bin": {

0 commit comments

Comments
 (0)