diff --git a/src/component/bookmarkForm/index.js b/src/component/bookmarkForm/index.js index 30e17181..5f5ef82a 100644 --- a/src/component/bookmarkForm/index.js +++ b/src/component/bookmarkForm/index.js @@ -1270,6 +1270,8 @@ export const BookmarkForm = function({ this.element.form.appendChild(this.element.aside); + this.bind(); + }; this.bind = () => { diff --git a/src/component/groupForm/index.js b/src/component/groupForm/index.js index b9e6931c..006065f6 100644 --- a/src/component/groupForm/index.js +++ b/src/component/groupForm/index.js @@ -239,6 +239,8 @@ export const GroupForm = function({ this.element.form.appendChild(this.element.main); + this.bind(); + }; this.bind = () => {