Fix PiP window being undraggable (#1506)

This commit is contained in:
Gran PC 2023-02-19 05:02:39 +01:00 committed by GitHub
parent 2473752de3
commit 37fea81035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,8 +316,6 @@ namespace Gala {
ungrab_actor ();
grab_actor (handle, event.get_device ());
handle.reactive = false;
var source_list = sources.@get (drag_id);
if (source_list != null) {
var dest_list = destinations[drag_id];