Hi
I am writing one plugin named discourse topic curator in which i modified the composer.hbs template file but now i want to modify the composer.js file which is present in below path,
https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/app/controllers/composer.js
i was able to modify composer.js file but i want to ask you that how i can modify this file in the plugin without touching main composer.js file which is present in controllers directory.
i shared my github link below with you
https://github.com/siddhudhangar/discourse-topic-curator
Could anybody help me out how to solve this problem ?