fix thread hiding bug
This commit is contained in:
parent
71f38132c5
commit
cec3479ab3
@ -19,7 +19,7 @@ ThreadHiding =
|
|||||||
for root, i in nodes by 2
|
for root, i in nodes by 2
|
||||||
thread = Get.threadFromRoot root
|
thread = Get.threadFromRoot root
|
||||||
continue unless thread.isHidden
|
continue unless thread.isHidden
|
||||||
if thread.stub and root.contains thread.stub
|
if thread.stub and !root.contains thread.stub
|
||||||
# When we come back to a page, the stub is already there.
|
# When we come back to a page, the stub is already there.
|
||||||
ThreadHiding.makeStub thread, root
|
ThreadHiding.makeStub thread, root
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user