flarum / framework

Simple forum software for building great communities.
http://flarum.org/
6.29k stars 832 forks source link

chore(mentions,emoji): tie autocomplete to editor instance #3913

Closed SychO9 closed 11 months ago

SychO9 commented 11 months ago

Changes proposed in this pull request: If an extension attempts to use multiple editors on the same page, you face issues with the autocomplete dropdowns since they assume there is only one editor on the page. By tying the autocomplete instance and element to the texteditor instance, this can be improved.

Necessity

Confirmed