File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 <span class =" action-buttons" >
5454 <NcActions :open .sync =" actionsOpen " container=".action-buttons " menu-align="right">
5555 <NcActionButton
56- v-tooltip . left =" t (' notes' , ' CTRL + /' )"
56+ : title =" t (' notes' , ' CTRL + /' )"
5757 @click =" onTogglePreview "
5858 >
5959 <PencilOutlineIcon v-if =" preview " slot="icon" :size =" 20 " />
@@ -96,7 +96,6 @@ import NcActions from '@nextcloud/vue/components/NcActions'
9696import NcActionButton from ' @nextcloud/vue/components/NcActionButton'
9797import NcAppContent from ' @nextcloud/vue/components/NcAppContent'
9898import NcModal from ' @nextcloud/vue/components/NcModal'
99- import Tooltip from ' @nextcloud/vue/directives/Tooltip'
10099import { useIsMobile } from ' @nextcloud/vue/composables/useIsMobile'
101100import { showError } from ' @nextcloud/dialogs'
102101import { emit , subscribe , unsubscribe } from ' @nextcloud/event-bus'
@@ -133,10 +132,6 @@ export default {
133132 ThePreview,
134133 },
135134
136- directives: {
137- tooltip: Tooltip,
138- },
139-
140135 props: {
141136 noteId: {
142137 type: String ,
You can’t perform that action at this time.
0 commit comments