mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 22:29:28 +09:00
Fix bug
This commit is contained in:
parent
29aeb0f082
commit
17b92c9db2
@ -77,6 +77,8 @@ export default Vue.extend({
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
fetchMoreNotifications() {
|
fetchMoreNotifications() {
|
||||||
|
if (this.fetchingMoreNotifications) return;
|
||||||
|
|
||||||
this.fetchingMoreNotifications = true;
|
this.fetchingMoreNotifications = true;
|
||||||
|
|
||||||
const max = 30;
|
const max = 30;
|
||||||
|
Loading…
Reference in New Issue
Block a user