vishanurag / Canvas-Editor

This is a simple web project that is made with an aim to learn about canvas element of html. Now, this project is open to all of the amazing contributors.
https://vishanurag.github.io/Canvas-Editor/
MIT License
68 stars 271 forks source link

BUG in the "Your Message" section. #961

Closed rees8 closed 2 hours ago

rees8 commented 2 hours ago

image

This message should ideally be displayed on clicking the "Submit" button, but it is being displayed by default on the home page.

Solution fix: By applying the "onclick" functionality on the submit button, we can have the message being displayed only after the button has been clicked. Also, the "Close" button seems irrelevant since there is no redirection of page taking place.

I would like to work on this task @vishanurag

github-actions[bot] commented 2 hours ago

👋 Thank you @rees8 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

vishanurag commented 2 hours ago

similar issue is already assigned