Skip to content

Commit aadcc39

Browse files
authored
Merge pull request #2618 from Flow-Launcher/hide-main-window-when-dragging
Hide main window when dragging results
2 parents 085de91 + b759de4 commit aadcc39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher/ResultListBox.xaml.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using System.Windows;
44
using System.Windows.Controls;
@@ -137,6 +137,8 @@ private void ResultList_MouseMove(object sender, MouseEventArgs e)
137137

138138
isDragging = false;
139139

140+
App.API.HideMainWindow();
141+
140142
var data = new DataObject(DataFormats.FileDrop, new[]
141143
{
142144
path

0 commit comments

Comments
 (0)