Skip to content

Fixed bug with merge immediately button not working

Phil Hughes requested to merge merge-dropdown-this-context into master

What does this MR do?

This was caused by using this in a fat arrow function, so this would not equal the jQuery element. This changes that to use e.target instead.

Merge request reports