mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-24 07:06:31 +09:00
[Client] Fix bug
This commit is contained in:
parent
e217f18ba6
commit
763a718600
@ -338,7 +338,7 @@
|
||||
|
||||
this.fetching = true;
|
||||
this.loadingContext = false;
|
||||
this.content = null;
|
||||
this.context = null;
|
||||
this.post = null;
|
||||
|
||||
this.on('mount', () => {
|
||||
@ -446,7 +446,7 @@
|
||||
}).then(context => {
|
||||
this.update({
|
||||
loadContext: false,
|
||||
content: context.reverse()
|
||||
context: context.reverse()
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user