From e69e448396504171623722601d829c6cbf1b2643 Mon Sep 17 00:00:00 2001 From: ollipa <25169984+ollipa@users.noreply.github.com> Date: Sun, 11 Aug 2019 16:59:06 +0300 Subject: [PATCH] add save button to edit topic input field --- client/components/Chat.vue | 27 ++++++++++++---------- client/css/style.css | 41 +++++++++++++++++++++++++++++---- client/js/contextMenuFactory.js | 2 +- 3 files changed, 53 insertions(+), 17 deletions(-) diff --git a/client/components/Chat.vue b/client/components/Chat.vue index 5d9411c8..e6d9c9d9 100644 --- a/client/components/Chat.vue +++ b/client/components/Chat.vue @@ -20,15 +20,18 @@