mirror of
https://github.com/pinry/pinry.git
synced 2026-01-27 09:39:26 +01:00
Fix: Should always re-initialize meta after reset on boards
This commit is contained in:
@@ -126,6 +126,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
initialize() {
|
||||
this.initializeMeta();
|
||||
this.fetchMore(true);
|
||||
},
|
||||
initializeMeta() {
|
||||
@@ -240,7 +241,6 @@ export default {
|
||||
created() {
|
||||
bus.bus.$on(bus.events.refreshBoards, this.reset);
|
||||
this.registerScrollEvent();
|
||||
this.initializeMeta();
|
||||
this.initialize();
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user