File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 77
77
78
78
let originalBlocking: Task [] = [];
79
79
80
- let onMountComplete = false ;
80
+ let mountComplete = false ;
81
81
82
82
// 'weekend' abbreviation omitted due to lack of space.
83
83
let datePlaceholder =
325
325
blockedBy: blockedBy ,
326
326
blocking: originalBlocking
327
327
};
328
+
329
+ mountComplete = true ;
330
+
328
331
setTimeout (() => {
329
332
descriptionInput .focus ();
330
333
}, 10 );
588
591
/>
589
592
</div >
590
593
591
- {#if allTasks .length > 0 && onMountComplete }
594
+ {#if allTasks .length > 0 && mountComplete }
592
595
<!-- --------------------------------------------------------------------------- -->
593
596
<!-- Blocked By Tasks -->
594
597
<!-- --------------------------------------------------------------------------- -->
You can’t perform that action at this time.
0 commit comments