We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e449f commit b825360Copy full SHA for b825360
web_src/js/features/common-global.js
@@ -395,8 +395,6 @@ function initGlobalShowModal() {
395
if (colorPickers.length > 0) {
396
initCompColorPicker(); // FIXME: this might cause duplicate init
397
}
398
- // all non-"ok" buttons which do not have "type" should not submit the form, should not be triggered by "Enter"
399
- $modal.find('form button:not(.ok):not([type])').attr('type', 'button');
400
$modal.modal('setting', {
401
onApprove: () => {
402
// "form-fetch-action" can handle network errors gracefully,
0 commit comments