From a4eb04ce6b73e67a46ee4ce264007947643ae81a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 14 Feb 2016 14:22:23 -0800 Subject: [PATCH] Get.postFromNode doesn't work on root. --- src/Posting/QR.oekaki.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/QR.oekaki.coffee b/src/Posting/QR.oekaki.coffee index bb36ccab1..e1d4f6a4d 100644 --- a/src/Posting/QR.oekaki.coffee +++ b/src/Posting/QR.oekaki.coffee @@ -19,7 +19,7 @@ QR.oekaki = editFile: -> {post} = QR.oekaki.menu - QR.quote.call post.nodes.root + QR.quote.call post.nodes.post {isVideo} = post.file currentTime = post.file.fullImage?.currentTime or 0 CrossOrigin.file post.file.url, (blob) ->