Skip to content
Snippets Groups Projects
Commit 80d1ee75 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent e55a2543
No related branches found
Tags 3.1.1
No related merge requests found
......@@ -18,7 +18,7 @@ export default (os) => (opts) => {
}
}).$mount();
vm.$once('cancel', recover);
vm.$once('note', recover);
vm.$once('posted', recover);
document.body.appendChild(vm.$el);
(vm as any).focus();
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment