From 285ea622db09fb3196da3a6ec0a5d890df1ff174 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 25 Oct 2015 21:46:06 -0700 Subject: [PATCH] Quote the post with the image being edited. --- src/Posting/QR.oekaki.coffee | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Posting/QR.oekaki.coffee b/src/Posting/QR.oekaki.coffee index 91cafdd8e..efef16215 100644 --- a/src/Posting/QR.oekaki.coffee +++ b/src/Posting/QR.oekaki.coffee @@ -20,12 +20,9 @@ QR.oekaki = editFile: -> return unless QR.postingIsEnabled + QR.quote.call @ post = Get.postFromNode @ CrossOrigin.file post.file.url, (blob) -> - QR.openPost() - {com, thread} = QR.nodes - thread.value = (post.context or post).thread.ID unless com.value - QR.selected.save thread if blob blob.name = post.file.name QR.handleFiles [blob]