Skip to content
Snippets Groups Projects
Commit 4e9f0a09 authored by Fatih Acet's avatar Fatih Acet
Browse files

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

parent 4707c766
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -71,7 +71,7 @@ import './shortcuts_navigation';
});
 
// Trigger autosave
replyField.trigger('input');
replyField.trigger('input').trigger('change');
 
// Trigger autosize
var event = document.createEvent('Event');
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment