Revert "Draft: Fix PiP window being undraggable" (#1553)

This commit is contained in:
Leo 2023-02-21 01:24:57 +09:00 committed by GitHub
parent f2c2d438e2
commit aa96c72de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,6 +316,8 @@ 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];