remove focus after click

This commit is contained in:
klemek
2021-10-14 15:41:54 +02:00
parent c2a6b2a9b5
commit 3576ef6e28
+2
View File
@@ -174,6 +174,8 @@ let app = {
self.score = 0;
self.wrongAnswers.push(v);
}
document.activeElement.blur();
},
changeOption: function (v) {
const self = this;