Skip to content

Commit dedb5ac

Browse files
committed
ReviewViewer: Cancel scheduled update when a popup is opened
1 parent b588ae6 commit dedb5ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/Generic/ReviewViewer/Presentation/ReviewsControl.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,10 @@ private void CheckAllPopupsClosed()
373373
{
374374
OnAllPopupsClosed();
375375
}
376+
else
377+
{
378+
base.CancelScheduledUpdate();
379+
}
376380
}
377381

378382
private void OnAllPopupsClosed()

0 commit comments

Comments
 (0)