mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
dnd: Declare restore location variables
https://bugzilla.gnome.org/show_bug.cgi?id=791233
This commit is contained in:
parent
35eac697c1
commit
69da686fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ var _Draggable = new Lang.Class({
|
|||
|
||||
_restoreDragActor: function(eventTime) {
|
||||
this._dragInProgress = false;
|
||||
[restoreX, restoreY, restoreScale] = this._getRestoreLocation();
|
||||
let [restoreX, restoreY, restoreScale] = this._getRestoreLocation();
|
||||
|
||||
// fade the actor back in at its original location
|
||||
this._dragActor.set_position(restoreX, restoreY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue