wip
This commit is contained in:
parent
4f2041c1d9
commit
5aa433d67a
2 changed files with 25 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue