Browse Source

Fix rich editor tooltip typo for insert attachments button (#734)

修复富文本组件的显示提示信息

Co-authored-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: John Niang <johnniang@riseup.net>
pull/737/head
liuchang_cloud 2 years ago committed by GitHub
parent
commit
2b7967a5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/editor/DefaultEditor.vue

2
src/components/editor/DefaultEditor.vue

@ -266,7 +266,7 @@ const toolbarMenuItems = computed(() => {
{
type: "button",
icon: markRaw(MdiFileImageBox),
title: "SuperScript",
title: "插入附件",
action: () => (attachmentSelectorModal.value = true),
isActive: () => false,
},

Loading…
Cancel
Save