mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
workspaceThumbnail: Fix trailing whitespace
This commit is contained in:
parent
8dfcee9039
commit
f06dba5007
1 changed files with 1 additions and 1 deletions
|
|
@ -742,7 +742,7 @@ const ThumbnailsBox = new Lang.Class({
|
|||
// If the window is attached to an ancestor, we don't need/want to move it
|
||||
if (!!win.meta_window.get_transient_for())
|
||||
return false;
|
||||
|
||||
|
||||
if (isWindow)
|
||||
return win.get_workspace() >= newWorkspaceIndex && win != source;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue