mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[Peek] Fix previous video flashing when peek is invoked (#29243)
This commit is contained in:
committed by
GitHub
parent
8b92789f78
commit
a370c17918
@@ -217,6 +217,7 @@ namespace Peek.FilePreviewer
|
||||
partial void OnPreviewerChanging(IPreviewer? value)
|
||||
{
|
||||
VideoPreview.MediaPlayer.Pause();
|
||||
VideoPreview.MediaPlayer.Source = null;
|
||||
VideoPreview.Source = null;
|
||||
|
||||
ImagePreview.Source = null;
|
||||
|
||||
Reference in New Issue
Block a user