prevent form submission with enter key

This commit is contained in:
zombieFox 2021-09-15 22:52:38 +01:00
parent 6f0f07937d
commit 2fced6393c
2 changed files with 4 additions and 0 deletions

View File

@ -1270,6 +1270,8 @@ export const BookmarkForm = function({
this.element.form.appendChild(this.element.aside);
this.bind();
};
this.bind = () => {

View File

@ -239,6 +239,8 @@ export const GroupForm = function({
this.element.form.appendChild(this.element.main);
this.bind();
};
this.bind = () => {