mirror of
https://github.com/wekan/wekan.git
synced 2026-02-18 14:08:06 +01:00
Updated mobile Bookmarks/Starred boards. Part 1. In Progress.
Thanks to xet7 !
This commit is contained in:
parent
f3efaf59e1
commit
da98942cce
9 changed files with 210 additions and 5 deletions
|
|
@ -65,8 +65,10 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
reachNextPeak() {
|
||||
const activitiesComponent = this.childComponents('activities')[0];
|
||||
activitiesComponent.loadNextPage();
|
||||
const activitiesChildren = this.childComponents('activities');
|
||||
if (activitiesChildren && activitiesChildren.length > 0 && activitiesChildren[0] && typeof activitiesChildren[0].loadNextPage === 'function') {
|
||||
activitiesChildren[0].loadNextPage();
|
||||
}
|
||||
},
|
||||
|
||||
isTongueHidden() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue