Fix #1473.
This commit is contained in:
parent
9816866889
commit
3f2aeff448
@ -22,7 +22,7 @@ class Clone extends Post
|
|||||||
for inlined in $$ '.inlined', post
|
for inlined in $$ '.inlined', post
|
||||||
$.rmClass inlined, 'inlined'
|
$.rmClass inlined, 'inlined'
|
||||||
|
|
||||||
root.hidden = false # post hiding
|
root.hidden = post.hidden = false # post hiding
|
||||||
$.rmClass root, 'forwarded' # quote inlining
|
$.rmClass root, 'forwarded' # quote inlining
|
||||||
$.rmClass post, 'highlight' # keybind navigation, ID highlighting
|
$.rmClass post, 'highlight' # keybind navigation, ID highlighting
|
||||||
|
|
||||||
|
|||||||
@ -83,7 +83,7 @@ Get =
|
|||||||
clone = post.addClone context
|
clone = post.addClone context
|
||||||
Main.callbackNodes Clone, [clone]
|
Main.callbackNodes Clone, [clone]
|
||||||
|
|
||||||
# Get rid of the side arrows.
|
# Get rid of the side arrows/stubs.
|
||||||
{nodes} = clone
|
{nodes} = clone
|
||||||
$.rmAll nodes.root
|
$.rmAll nodes.root
|
||||||
$.add nodes.root, nodes.post
|
$.add nodes.root, nodes.post
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user