Skip to content

Commit c242ca5

Browse files
committed
Report for PR mikeric#612 Set bound to false when unbinding 'if' binder
1 parent 2b2e189 commit c242ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binders.js

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ const binders = {
158158
unbind: function() {
159159
if (defined(this.nested)) {
160160
this.nested.unbind()
161+
this.bound = false
161162
}
162163
},
163164

0 commit comments

Comments
 (0)