diff --git a/resources/assets/js/pages/manage/components/ProjectPanel.vue b/resources/assets/js/pages/manage/components/ProjectPanel.vue index 6cdfd032e..84a3731bd 100644 --- a/resources/assets/js/pages/manage/components/ProjectPanel.vue +++ b/resources/assets/js/pages/manage/components/ProjectPanel.vue @@ -1720,11 +1720,12 @@ export default { if (currentVisible === originalVisible) { continue; } + const firstVisible = this.taskVisibility[taskId] === undefined && currentVisible; this.$set(this.taskVisibility, taskId, { visible: currentVisible, height: taskRect.height }); - if (currentVisible) { + if (firstVisible) { await this.$nextTick(); } } diff --git a/resources/mobile b/resources/mobile index 0e1939dec..4aa3f987e 160000 --- a/resources/mobile +++ b/resources/mobile @@ -1 +1 @@ -Subproject commit 0e1939dec7e93aa07a0b65acfabfd14820f9422a +Subproject commit 4aa3f987edb5704f3caab4a8ea3c258590ae72f9