mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 11:52:56 +08:00
427fa36edd
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)`. |
||
---|---|---|
.. | ||
discourse | ||
lib/discourse-markdown |