mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-05 10:23:39 +00:00
fixed: race condition during unfolding animation
This commit is contained in:
@@ -1132,6 +1132,11 @@ var CPOutlineViewCoalesceSelectionNotificationStateOff = 0,
|
||||
*/
|
||||
- (void)reloadItem:(id)anItem reloadChildren:(BOOL)shouldReloadChildren
|
||||
{
|
||||
if (_rowsAnimation && [_rowsAnimation isAnimating])
|
||||
{
|
||||
[_rowsAnimation stopAnimation];
|
||||
[self animationDidEnd:_rowsAnimation];
|
||||
}
|
||||
|
||||
_pendingItemToClean = [];
|
||||
_itemAddedDuringLastLoading = [];
|
||||
|
||||
Reference in New Issue
Block a user