mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 16:56:57 +00:00
16
packages/nc-gui/components/cell/RichText/ImageMenu.vue
Normal file
16
packages/nc-gui/components/cell/RichText/ImageMenu.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<script lang="ts" setup>
|
||||
import type { Editor } from '@tiptap/vue-3'
|
||||
import type { TooltipPlacement } from 'ant-design-vue/es/tooltip'
|
||||
|
||||
interface Props {
|
||||
editor: Editor
|
||||
tabIndex?: number
|
||||
tooltipPlacement?: TooltipPlacement
|
||||
}
|
||||
|
||||
defineProps<Props>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NcSpanHidden />
|
||||
</template>
|
||||
Reference in New Issue
Block a user