Differentiate between an original post and a clone in error reports.
This commit is contained in:
parent
afe98d2425
commit
f87ba3f3e8
@ -78,7 +78,7 @@ Get =
|
|||||||
# Stop here if the container has been removed while loading.
|
# Stop here if the container has been removed while loading.
|
||||||
return unless root.parentNode
|
return unless root.parentNode
|
||||||
clone = post.addClone context
|
clone = post.addClone context
|
||||||
Main.callbackNodes Post, [clone]
|
Main.callbackNodes Clone, [clone]
|
||||||
|
|
||||||
# Get rid of the side arrows.
|
# Get rid of the side arrows.
|
||||||
{nodes} = clone
|
{nodes} = clone
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user