Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: Fix Image Drag & Drop Cross-Wiring in Edit Comment Form (#8897)
* add test for comment image crosswiring * wrap everything in comment-form-wrapper, assign .selected in drop listener (#8670) * delete defunct function, fix indentation & spacing #8670 * rewrite tests that rely on comment-form-wrapper * remove deprecated code, comments; fix indent * initialize on pageload (#8670) * rewrite for multiple file inputs * change test to focus on image drag & drop #8670 * restore E.initialize call in drop #8670 * undo E.initialize call #8670 * assign unique IDs to comment form textareas #8670 * change ID selectors to class ones to match new IDs #8670 * fix indentation #8670 * change ID reference to class reference #8670 * initialize E with parameters in drop listener #8670 * update tests for new text-input selectors #8670 * change ID text-input reference to class ref #8670 * change text-input ID to class #8670 * drop: initialize E with params #8670 * remove semicolon
- Loading branch information