diff --git a/src/General/Clone.coffee b/src/General/Clone.coffee index 50d1da316..d7eb83837 100644 --- a/src/General/Clone.coffee +++ b/src/General/Clone.coffee @@ -22,7 +22,7 @@ class Clone extends Post for inlined in $$ '.inlined', post $.rmClass inlined, 'inlined' - root.hidden = false # post hiding + root.hidden = post.hidden = false # post hiding $.rmClass root, 'forwarded' # quote inlining $.rmClass post, 'highlight' # keybind navigation, ID highlighting diff --git a/src/General/Get.coffee b/src/General/Get.coffee index e581bb504..afcdbc6e2 100644 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -83,7 +83,7 @@ Get = clone = post.addClone context Main.callbackNodes Clone, [clone] - # Get rid of the side arrows. + # Get rid of the side arrows/stubs. {nodes} = clone $.rmAll nodes.root $.add nodes.root, nodes.post