We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e01eb commit 1ac26d0Copy full SHA for 1ac26d0
src/directives/repeat.js
@@ -237,7 +237,6 @@ module.exports = {
237
*/
238
239
diff: function (data, oldVms) {
240
- var activeElement = document.activeElement
241
var idKey = this.idKey
242
var converted = this.converted
243
var anchor = this.anchor
@@ -328,9 +327,6 @@ module.exports = {
328
327
}
329
vm._reused = false
330
331
- if (activeElement) {
332
- activeElement.focus()
333
- }
334
return vms
335
},
336
0 commit comments