Open stinos opened 5 years ago
Thanks for opening this issue.
On further thought, I think this is very much possible. The form should submitted using fetch()
which will make an HTTP request in the background. After this, the page can be refreshed.
I'll work on this issue for the next extension update. Cheers!
When clicking
edit
for a comment the inline editing form shows (just like for creating a comment), but after clicking theUpdate
button HN navigates to the comment editing page (https://news.ycombinator.com/edit?id=xxx
) instead of staying on the original page. Acoording to the HN thread for thisthat's a backend issue, it's how Hacker News handles the forms after they have been submitted