Reset the content state after dropping so dragged nodes don't remain :active (48857). r=saari sr=ben

This commit is contained in:
blakeross%telocity.com 2001-04-27 21:23:02 +00:00
Родитель ea85d6cbfd
Коммит a54a91e8fa
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -905,6 +905,7 @@ nsEventStateManager :: BeginTrackingDragGesture ( nsIPresContext* aPresContext,
void
nsEventStateManager :: StopTrackingDragGesture ( )
{
SetContentState(nsnull, NS_EVENT_STATE_ACTIVE);
mIsTrackingDragGesture = PR_FALSE;
mGestureDownPoint = nsPoint(0,0);
mGestureDownFrame = nsnull;