Close dump list when everythings posted, @zixaphir

This commit is contained in:
Jordan Bates 2013-05-10 17:00:43 -07:00
parent 3315a244dc
commit 23e508d7c0

View File

@ -542,6 +542,7 @@ QR =
index = QR.posts.indexOf @
if QR.posts.length is 1
new QR.post true
$.rmClass QR.nodes.el, 'dump'
else if @ is QR.selected
(QR.posts[index-1] or QR.posts[index+1]).select()
QR.posts.splice index, 1