зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1619476 - Prevent submitting device form on an invalidation r=bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D65574 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1c9c0b6e3f
Коммит
27b9bd8b21
|
@ -62,7 +62,9 @@ class DeviceForm extends PureComponent {
|
|||
});
|
||||
}
|
||||
|
||||
onDeviceFormSave() {
|
||||
onDeviceFormSave(e) {
|
||||
e.preventDefault();
|
||||
|
||||
if (!this.pixelRatioInputRef.current.checkValidity()) {
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче