From 3b3950369ce07aa9e6fc4ab1bef9fb8a4993e398 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 17 Dec 2019 23:42:30 +0200 Subject: Fix comment text disappearing when clicking outside of comment text area. Fix lint error. Thanks to xet7 ! --- client/components/activities/comments.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/components/activities/comments.js') diff --git a/client/components/activities/comments.js b/client/components/activities/comments.js index 95084646..50ca019b 100644 --- a/client/components/activities/comments.js +++ b/client/components/activities/comments.js @@ -16,9 +16,6 @@ BlazeComponent.extendComponent({ events() { return [ { - 'click .js-new-comment:not(.focus)'() { - commentFormIsOpen.set(true); - }, 'submit .js-new-comment-form'(evt) { const input = this.getInput(); const text = input.val().trim(); -- cgit v1.2.3-1-g7c22