AntonKhorev left a comment (openstreetmap/openstreetmap-website#6192)

> Somehow this last bit never worked when testing the new code. If I don't 
> manually remove the "disabled" attribute, it will remain disabled until I 
> reload the page.

Add `data-turbo="true"` to the form:
```html
<form id="export-image" action="/export/finish" method="post" data-turbo="true">
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6192#issuecomment-3078065664
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/6192/c3078065...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to