From 334c96ab8319f12c978fe85d8057f36f9ce88cc0 Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Fri, 5 Aug 2022 18:13:13 -0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20test=20new=20@nextcloud/vu?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinicius Reis --- src/EditorFactory.js | 2 +- src/components/Editor/AvatarWrapper.vue | 2 +- src/components/Editor/GuestNameDialog.vue | 2 +- src/components/Editor/SessionList.vue | 3 +-- src/components/Editor/Status.vue | 2 +- src/components/EmojiList.vue | 4 ++-- src/components/HelpModal.vue | 3 +-- src/components/Menu/ActionImageUpload.vue | 3 +-- src/components/Menu/ActionList.vue | 2 +- src/components/Menu/ActionSingle.vue | 3 +-- src/components/Menu/BaseActionEntry.js | 2 +- src/components/Menu/EmojiPickerAction.vue | 3 +-- src/components/MenuBubble.vue | 2 +- src/components/PublicFilesEditor.vue | 2 +- src/files.js | 2 ++ src/main.js | 2 ++ src/nodes/Table/TableCellView.vue | 3 +-- src/nodes/Table/TableHeaderView.vue | 3 +-- src/nodes/Table/TableView.vue | 3 +-- src/public.js | 2 ++ src/viewer.js | 1 + 21 files changed, 25 insertions(+), 26 deletions(-) diff --git a/src/EditorFactory.js b/src/EditorFactory.js index dd597927710..63afc4458df 100644 --- a/src/EditorFactory.js +++ b/src/EditorFactory.js @@ -31,7 +31,7 @@ import { Editor } from '@tiptap/core' import { Emoji, Markdown, PlainText, RichText } from './extensions/index.js' import { translate as t } from '@nextcloud/l10n' import { listLanguages, registerLanguage } from 'lowlight/lib/core' -import { emojiSearch } from '@nextcloud/vue/dist/Functions/emoji' +import { emojiSearch } from '@nextcloud/vue' import { VueRenderer } from '@tiptap/vue-2' import EmojiList from './components/EmojiList.vue' import tippy from 'tippy.js' diff --git a/src/components/Editor/AvatarWrapper.vue b/src/components/Editor/AvatarWrapper.vue index 540422d0239..f14e213ff7f 100644 --- a/src/components/Editor/AvatarWrapper.vue +++ b/src/components/Editor/AvatarWrapper.vue @@ -14,7 +14,7 @@