moonpdf
moonpdf copied to clipboard
Fixed memory leak in single page mode.
Single page mode has memory leak. Assignment Assigning a ItemsSource of ItemsControl each time leads to the creation of the default CollectionView, which cannot be deleted in the future. The application becomes more stable when using ObservableCollection.