Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 2d663bf

Browse files
committed
Hide VK after entering comment
1 parent 9bb3cf6 commit 2d663bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/ChuView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ enyo.kind({
216216
}
217217
},
218218
commentEnter: function() {
219+
this.$.commentInput.hasNode().blur();
219220
if (App.checkConnection()) {
220221
App.requireSignIn(enyo.bind(this, this.postComment), "comment");
221222
}

0 commit comments

Comments
 (0)