mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-04 21:22:05 +01:00
Fix bug
This commit is contained in:
parent
29aeb0f082
commit
17b92c9db2
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue