mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
Fix comment text disappearing when clicking outside of comment text area.
Fix lint error. Thanks to xet7 !
This commit is contained in:
parent
a4dbe98299
commit
3b3950369c
2 changed files with 12 additions and 25 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue