multiverseweb / CodeIt

CodeIt is a software solution tool designed to streamline and enhance the coding experience for developers. It addresses several common challenges faced when working with coding platforms, such as LeetCode, and offers a range of features to improve code management, security, and performance analysis.
https://codeittool.netlify.app
MIT License
46 stars 87 forks source link

[Bug] Button not working! #165

Closed isnehamondal closed 1 week ago

isnehamondal commented 1 week ago

Hello, this is Sneha, a contributor in GSSoC-Extd.

Description: The clear code button is not working in Code Refiner. https://github.com/user-attachments/assets/5cb5d3ca-fc4b-4f7e-9fb2-44c1cbc40258

I can fix this. Please assign this task to me and add labels(gssoc-ext, hacktoberfest-accepted, level1/2/3). This is both for gssoc and hacktoberfest. Thanks!

multiverseweb commented 1 week ago

Sure @isnehamondal, assigned. The function for clearing contents exists here in common_functions.js.

Make sure to integrate it properly. An effective way is to use the same function in many tabs and take id of the div to be cleared as argument.

Feel free to reach out again if you have any doubts. Good luck!