discourse/plugins/chat/assets
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
..
javascripts FIX: generates markdown from pasting link (#21241) 2023-04-26 10:05:48 +02:00
stylesheets FIX: allows composer to expand (#21234) 2023-04-25 11:00:18 +02:00