shanet / pirep

A collaborative database of all public, private, and unmapped airports in the US.
https://pirep.io
GNU Affero General Public License v3.0
13 stars 3 forks source link

Consider adding a save button to the editor #159

Closed shanet closed 1 year ago

shanet commented 1 year ago

Some people find it confusing that the textareas save on blur events. Adding an explicit save button should make this more clear. It would just need to send a blur event and let the existing logic handle saving from there.