cosmicsalad / Discord-Themes-and-Plugins

A WIP collection of quality themes to use with BetterDiscord (https://betterdiscord.app)
94 stars 276 forks source link

Update for React16 and the new textarea checks #30

Closed zerebos closed 7 years ago

zerebos commented 7 years ago

Discord internals updated their structure so the ID selection has to change in order to work. They also added error checking to the textarea so doing $(textarea).val("something") does not work anymore. I used the workaround of using document.execCommand("insertText" .....) with the selection being at the beginning so nothing is overwritten.