From 3f2aeff448c666a9f48270260a759fc5879d8db3 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sun, 23 Feb 2014 02:08:51 +0100 Subject: [PATCH] Fix #1473. --- src/General/Clone.coffee | 2 +- src/General/Get.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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