Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I accidently press [Publish Post] twice, it results in two identical posts #101

Closed
vrthra opened this issue May 29, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@vrthra
Copy link
Contributor

vrthra commented May 29, 2024

If I press [Publish Post] twice accidentally, (and it seems to happen to me often) it results in two identical posts. Ideally, multiple presses of the [Publish Post] on the same page should result only on one post.

@toddsundsted toddsundsted added the bug Something isn't working label May 29, 2024
@toddsundsted
Copy link
Owner

i've confirmed this bug myself. this is typically handled but the hotwired framework for form submission, but the editor has its own functionality for this, which doesn't disable the button. should be easy to fix.

thanks for highlighting this bug!

@toddsundsted
Copy link
Owner

should be fixed in e158edf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants