Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed May 4, 2023
1 parent 05f8466 commit abb0c1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
/>
</div>
<oc-button
v-oc-tooltip="$gettext('Create link')"
class="oc-ml-s"
size="small"
v-oc-tooltip="$gettext('Create link')"
:aria-label="$gettext('Create link')"
@click="createQuickLink"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const useFileActionsShowDetails = ({ store }: { store?: Store<any> } = {}
return resources.length > 0
},
handler({ resources }) {
console.log('resource', resources)
store.commit('Files/SET_FILE_SELECTION', resources)
eventBus.publish(SideBarEventTopics.open)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:ref="`context-menu-drop-ref-${resourceDomSelector(item)}`"
:drop-id="`context-menu-drop-${resourceDomSelector(item)}`"
:toggle="`#context-menu-trigger-${resourceDomSelector(item)}`"
class="oc-overflow-hidden generic"
class="oc-overflow-hidden"
position="bottom-end"
mode="click"
close-on-click
Expand Down

0 comments on commit abb0c1d

Please sign in to comment.