From e544725e873a89299c91f981ffa562ff85532dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 9 Sep 2019 10:27:21 +0200 Subject: [PATCH] Remove `editPending` and `SET_EDIT_PENDING` from the store --- webapp/components/Comment.vue | 7 ++---- .../CommentForm/CommentForm.spec.js | 1 - webapp/components/CommentForm/CommentForm.vue | 8 +------ .../EditCommentForm/EditCommentForm.vue | 24 +++++++++---------- webapp/store/editor.js | 7 ------ 5 files changed, 15 insertions(+), 32 deletions(-) diff --git a/webapp/components/Comment.vue b/webapp/components/Comment.vue index 7547927eb..fbb39c094 100644 --- a/webapp/components/Comment.vue +++ b/webapp/components/Comment.vue @@ -58,7 +58,7 @@