mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 17:34:07 +01:00
Add Feature: Comments can be richer (can support some safe HTML tags)
This commit is contained in:
parent
0291bcde17
commit
3632f4c8ab
3 changed files with 97 additions and 63 deletions
|
|
@ -54,7 +54,7 @@ BlazeComponent.extendComponent({
|
|||
|
||||
// XXX This should be a static method of the `commentForm` component
|
||||
function resetCommentInput(input) {
|
||||
input.val('');
|
||||
input.val('').trigger('input'); // without manually trigger, input event won't be fired
|
||||
input.blur();
|
||||
commentFormIsOpen.set(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue