浏览代码

fix(Sidebar): put tab at the end when moving it between groups

Jocelyn Boullier 4 年之前
父节点
当前提交
c46163e4df
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Sidebar/Components/Bar.purs

+ 1 - 0
src/Sidebar/Components/Bar.purs

@@ -524,6 +524,7 @@ lastWinTabIndexInGroup gid =
     >>> A.filter (T.snd >>> T.snd >>> (==) gid)
     >>> map T.fst
     >>> A.last
+    >>> map ((+) 1)
 
 findNextGroupId :: S.Set GroupId -> GroupId
 findNextGroupId values =