IssueNotesRefactor: Trigger change event for Vue to catch programmatically value set.

This commit is contained in:
Fatih Acet 2017-08-21 23:13:43 +03:00
parent 4707c766df
commit 4e9f0a091b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ import './shortcuts_navigation';
});
// Trigger autosave
replyField.trigger('input');
replyField.trigger('input').trigger('change');
// Trigger autosize
var event = document.createEvent('Event');