Remove unused tooltip directive
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Родитель
d98a69c94a
Коммит
46f8d4fc9d
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче