1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 21:15:45 +02:00
This commit is contained in:
こぴなたみぽ
2018-02-11 18:00:08 +09:00
parent 4f2041c1d9
commit 5aa433d67a
2 changed files with 25 additions and 9 deletions

View File

@@ -172,9 +172,6 @@ export default Vue.extend({
<script lang="typescript">
this.isDetailOpened = false;
this.reply = () => {
riot.mount(document.body.appendChild(document.createElement('mk-post-form-window')), {
reply: this.p
@@ -201,12 +198,6 @@ this.menu = () => {
});
};
this.toggleDetail = () => {
this.update({
isDetailOpened: !this.isDetailOpened
});
};
this.onKeyDown = e => {
let shouldBeCancel = true;