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

Improve usability

parent 7c5bc034
No related branches found
No related tags found
No related merge requests found
<template>
<div class="ulveipglmagnxfgvitaxyszerjwiqmwl">
<div class="bg" ref="bg" @click="onBgClick"></div>
<div class="main" ref="main" @click.self="onBgClick">
<div class="bg" ref="bg"></div>
<div class="main" ref="main">
<mk-post-form ref="form"
:reply="reply"
:renote="renote"
......@@ -83,11 +83,6 @@ export default Vue.extend({
});
},
onBgClick() {
this.$emit('cancel');
this.close();
},
onPosted() {
this.$emit('posted');
this.close();
......
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