Commit 7f11bc35 authored by Marin Jankovski's avatar Marin Jankovski

Resolve conflict in board_list.vue.

parent f64e65b5
......@@ -159,11 +159,7 @@ export default {
this.showIssueForm = !this.showIssueForm;
},
onScroll() {
<<<<<<< HEAD:app/assets/javascripts/boards/components/board_list.vue
if (!this.list.loadingMore && (this.scrollTop() > this.scrollHeight() - this.scrollOffset)) {
=======
if (!this.loadingMore && (this.scrollTop() > this.scrollHeight() - this.scrollOffset)) {
>>>>>>> upstream/master:app/assets/javascripts/boards/components/board_list.vue
this.loadNextPage();
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment