This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app/mixins
David Taylor a4fc88ce68
FIX: Ensure emoji is inserted in the correct location (#17107)
In the specific case where you start typing an emoji, then open the full emoji picker, the chosen emoji would be inserted in the wrong place. This was an unintentional side effect of the changes in 75d9c16156

This commit updates the `emojiSelected` logic to avoid mutating the 'selected' object, and also adds a test for this specific behaviour.
2022-06-16 12:16:53 +01:00
..
add-archetype-class.js REFACTOR: add-archetype-class mixin (#16546) 2022-04-25 13:16:43 +02:00
buffered-content.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
bulk-topic-selection.js FEATURE: Select range in topic list with Shift + click (#15682) 2022-02-04 15:20:38 +01:00
can-check-emails.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
card-contents-base.js FIX: Close user/group card on esc key press (#16306) 2022-03-29 21:29:22 +03:00
cleans-up.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
composer-upload-uppy.js DEV: Add escapeRegExp util (#17051) 2022-06-10 10:37:54 +10:00
docking.js DEV: Skip timers when loading topic route in tests (#15500) 2022-01-10 10:51:18 +00:00
extendable-uploader.js DEV: Improvements to UppyUploadMixin to use ExtendableUploader (#16383) 2022-04-07 12:59:06 +10:00
filter-mode.js FEATURE: add period filter in top topics route for tags. (#13415) 2021-07-06 15:25:11 +05:30
grant-badge-controller.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
key-enter-escape.js FIX: Allow dismissing Discard Drafts modal via ESC (#12532) 2021-03-26 13:07:19 -04:00
load-more.js DEV: Don't create AppEvents instance in Eyeline (#14928) 2021-11-15 00:44:07 +01:00
mobile-scroll-direction.js Quite a few Ember-CLI / Upgrade related changes (#11867) 2021-01-29 10:19:54 -05:00
modal-functionality.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
modal-update-existing-users.js FEATURE: update existing users when group default notifications changed. (#13434) 2021-07-15 19:53:57 +05:30
name-validation.js A11Y: Improve create account modal for screen readers (#14234) 2021-09-03 13:04:24 +10:00
open-composer.js DEV: Bump eslint-config-discourse (#14868) 2021-11-10 09:31:41 +10:00
pan-events.js DEV: Disable 'passive' handlers for pan-events mixin (#15118) 2021-11-28 10:42:59 +00:00
password-validation.js A11Y: Improve create account modal for screen readers (#14234) 2021-09-03 13:04:24 +10:00
rerender-on-do-not-disturb-change.js DEV: Move rerender on 'do not disturb' change to mixin (#11529) 2020-12-18 10:35:43 -06:00
scroll-top.js DEV: drops jquery for scroll-top mixin (#16099) 2022-03-04 12:45:23 +01:00
scrolling.js PERF: Update scrolling mixin implementation (#15109) 2021-11-26 20:22:50 +00:00
singleton.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
textarea-text-manipulation.js FIX: Ensure emoji is inserted in the correct location (#17107) 2022-06-16 12:16:53 +01:00
upload-debugging.js DEV: Disable upload instrumentation if performance.measure returns undefined (#14427) 2021-09-23 11:34:51 +10:00
uppy-s3-multipart.js DEV: Add single file progress and cancel for uppy in composer (#15053) 2021-11-23 14:00:23 +10:00
uppy-upload.js DEV: Use Ember getter and explicitly check for undefined (#16618) 2022-05-04 09:37:42 -05:00
url-refresh.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
user-fields-validation.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
username-validation.js DEV: Fix set-after-destroy issues (#15078) 2021-11-24 20:13:52 +01:00
viewing-action-type.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00