Remove unused tooltip directive

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2023-04-10 21:14:33 +02:00 коммит произвёл GitHub
Родитель d98a69c94a
Коммит 46f8d4fc9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -569,7 +569,6 @@ export default {
<script>
import NcButton from '../NcButton/index.js'
import NcPopover from '../NcPopover/index.js'
import Tooltip from '../../directives/Tooltip/index.js'
import GenRandomId from '../../utils/GenRandomId.js'
import { t } from '../../l10n.js'
@ -589,10 +588,6 @@ const focusableSelector = '.focusable'
export default {
name: 'NcActions',
directives: {
tooltip: Tooltip,
},
components: {
NcButton,
DotsHorizontal,