summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/mobile/api')
-rw-r--r--src/client/app/mobile/api/post.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/api/post.ts b/src/client/app/mobile/api/post.ts
index 0634c52642..15b2f6b691 100644
--- a/src/client/app/mobile/api/post.ts
+++ b/src/client/app/mobile/api/post.ts
@@ -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();
};