mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
Replace #25446, fix #25438 All "cancel" buttons which do not have "type" should not submit the form, should not be triggered by "Enter". This is a complete fix for all modal dialogs. The major change is "modules/aria/modal.js", "devtest" related code is for demo/test purpose.