Skip to content

Commit 20aefd8

Browse files
committed
partially revert df01719 (fix #2491)
1 parent d8f0ce9 commit 20aefd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/directives/public/model/text.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export default {
5353
})
5454
this.on('blur', function () {
5555
self.focused = false
56+
// do not sync value after fragment removal (#2017)
57+
if (!self._frag || self._frag.inserted) {
58+
self.rawListener()
59+
}
5660
})
5761
}
5862

0 commit comments

Comments
 (0)