From 651d7e1e809051b5b62ffbe512e07b48b2b30b71 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 10 Oct 2019 10:25:33 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20editor=20buttons=20reloading=20page=20?= =?UTF-8?q?=F0=9F=98=B0=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Citharel --- js/src/components/Editor.vue | 324 ++++++++++++-------------- js/src/typings/tiptap-extensions.d.ts | 28 +++ js/src/typings/tiptap.d.ts | 24 ++ js/src/views/Event/Edit.vue | 5 +- 4 files changed, 209 insertions(+), 172 deletions(-) create mode 100644 js/src/typings/tiptap-extensions.d.ts create mode 100644 js/src/typings/tiptap.d.ts diff --git a/js/src/components/Editor.vue b/js/src/components/Editor.vue index f48b45761..ed5eca9ce 100644 --- a/js/src/components/Editor.vue +++ b/js/src/components/Editor.vue @@ -1,135 +1,128 @@