Skip to content

Commit

Permalink
Fix: don't open last dragged desktop file in webamp when dragging an …
Browse files Browse the repository at this point in the history
…external file in
  • Loading branch information
1j01 committed Aug 6, 2021
1 parent 403dd4e commit c58b1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/$FolderView.js
Expand Up @@ -261,6 +261,7 @@ function $FolderView(folder_path) {
$(window).on("pointerup blur", function(){
$marquee.hide();
dragging = false;
set_dragging_file_paths([]);
});
})();

Expand Down

0 comments on commit c58b1a2

Please sign in to comment.