discourse/app/assets/javascripts/discourse
Joffrey JAFFEUX 427fa36edd
FIX: generates markdown from pasting link (#21241)
After removing `TextareaTextManipulation` from `ChatComposer` and using `TextareaInteractor` as a proxy, one function has been forgotten: `paste(event)` which is not available in glimmer components anymore, and even less avaiable now that the mixin is not tied to a component anymore but a real DOM node. As a solution we now add a manual paste event listener which will call `paste(event)`.
2023-04-26 10:05:48 +02:00
..
app FIX: generates markdown from pasting link (#21241) 2023-04-26 10:05:48 +02:00
config DEV: Update ember-cli to 4.12.0 (#21074) 2023-04-19 12:58:29 +02:00
lib Revert "DEV: Merge package.json files (#21172)" (#21182) 2023-04-20 14:57:40 +02:00
public/assets/scripts DEV: Extract global compat code into module (#20901) 2023-04-06 10:09:12 +01:00
scripts Drop support for iOS < 15.7 (#19847) 2023-01-16 17:28:59 +00:00
tests FIX: bbcode URLs not handling paths correctly (#21215) 2023-04-25 11:28:32 +10:00
.ember-cli DEV: Update ember-cli to 4.12.0 (#21074) 2023-04-19 12:58:29 +02:00
.npmrc
ember-cli-build.js DEV: Update ember-cli to 4.12.0 (#21074) 2023-04-19 12:58:29 +02:00
jsconfig.json DEV: Add discourse/tests to jsconfig (#19031) 2022-11-15 11:33:56 +00:00
package.json Build(deps): Bump eslint in /app/assets/javascripts (#21213) 2023-04-24 11:19:57 +02:00
testem.js DEV: Move shouldLoadPluginTestJs() (#19045) 2022-11-16 11:07:58 +01:00