mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
added page titles
This commit is contained in:
@@ -23,12 +23,6 @@ class AppFormElement extends BaseComponentElement {
|
||||
this.update();
|
||||
};
|
||||
|
||||
public keyUp = (e) => {
|
||||
if (e.keyCode === 13) {
|
||||
this.onSubmit(e);
|
||||
}
|
||||
};
|
||||
|
||||
public onSubmit = (e) => {
|
||||
e.preventDefault();
|
||||
if (!this.valid) {
|
||||
|
||||
Reference in New Issue
Block a user