Get.postFromNode doesn't work on root.

This commit is contained in:
ccd0 2016-02-14 14:22:23 -08:00
parent 5e579db518
commit a4eb04ce6b

View File

@ -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) ->