mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:12:46 +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)`. |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |