Allow uploading pictures into description by drag&drop them

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-05-29 17:47:52 +02:00
parent d3176e2a8d
commit 2a2e4690ff
3 changed files with 98 additions and 5 deletions

View File

@@ -162,12 +162,11 @@ import {
History,
Placeholder,
Mention,
Image,
} from 'tiptap-extensions';
import tippy, { Instance } from 'tippy.js';
import { SEARCH_PERSONS } from '@/graphql/search';
import { IActor } from '@/types/actor';
import Image from '@/components/Editor/Image';
@Component({
components: { EditorContent, EditorMenuBar, EditorMenuBubble },