Removed unnecessary c:raise() call in flash_focus (#169)
This commit is contained in:
parent
c405103262
commit
e384951c32
|
@ -27,11 +27,6 @@ local flashfocus = function(c)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Bring the focused client to the top
|
|
||||||
if c then
|
|
||||||
c:raise()
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local enable = function()
|
local enable = function()
|
||||||
|
|
Loading…
Reference in New Issue