fix hidden threads reappearing on index refresh
This commit is contained in:
parent
c47fd5ab07
commit
cb041c2304
@ -461,9 +461,9 @@ Index =
|
|||||||
result = $.frag()
|
result = $.frag()
|
||||||
i = 0
|
i = 0
|
||||||
$.add result, [node, $.el 'hr'] while node = nodes[i++]
|
$.add result, [node, $.el 'hr'] while node = nodes[i++]
|
||||||
|
$.event 'IndexBuild', result.children
|
||||||
$.add Index.root, result
|
$.add Index.root, result
|
||||||
$.rm hr for hr in $$ 'hr + hr', Index.root # Temp fix until I figure out where I fucked up
|
$.rm hr for hr in $$ 'hr + hr', Index.root # Temp fix until I figure out where I fucked up
|
||||||
$.event 'IndexBuild', result
|
|
||||||
|
|
||||||
isSearching: false
|
isSearching: false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user