harshmangalam / hydrogen-solidjs-client

A social media web app powered by SolidJS
GNU General Public License v3.0
77 stars 54 forks source link

Delete Comment Conformation popup not closes on clicking yes. #53

Open prateek-1606 opened 1 year ago

prateek-1606 commented 1 year ago

In Post Details Page if we try to delete a comment a Conformation Screen Appears. on Clicking 'No' it closes. but on Clicking 'yes' it appears again for another comment.

harshmangalam commented 1 year ago

This bug is related to #54 . Because it is looping through all comments and hence it delete last one and popup showing for all comments available. Follow delete post process to solve this issues.